diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-13 15:26:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-13 15:28:55 +0200 |
commit | 0554d962f8e788620948e460d479ddf3b370f9e6 (patch) | |
tree | 68d801556f681346e7f9278bd0ca53a486816c91 /target/arm/systems/toolchain-arm | |
parent | e13711b8e839a9fb0c329aec15e89332841d8870 (diff) |
kernel: make net and block support optional
Diffstat (limited to 'target/arm/systems/toolchain-arm')
-rw-r--r-- | target/arm/systems/toolchain-arm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/systems/toolchain-arm b/target/arm/systems/toolchain-arm index 180510d42..268daed0d 100644 --- a/target/arm/systems/toolchain-arm +++ b/target/arm/systems/toolchain-arm @@ -4,3 +4,4 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_ARM select ADK_TARGET_PACKAGE_TXZ help ARM toolchain. + |