diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-28 17:14:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-28 17:14:19 +0200 |
commit | 0005aa51e3e36f541627d4571e2ac2389faaf2cd (patch) | |
tree | 67af873430544e08a45013688db2ddfb65ea9222 /package/busybox | |
parent | 1ff7a8e41d9c97419ec24afd6267f3a6f40c8ddd (diff) |
rename symbol name for toolchain only
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Config.in.manual | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual index da70c40d9..c52bbda9b 100644 --- a/package/busybox/Config.in.manual +++ b/package/busybox/Config.in.manual @@ -5,7 +5,7 @@ config ADK_COMPILE_BUSYBOX config ADK_PACKAGE_BUSYBOX bool "busybox.............. core utilities for embedded systems" select ADK_COMPILE_BUSYBOX - default y if !ADK_TOOLCHAIN_ONLY + default y if !ADK_APPLIANCE_TOOLCHAIN help Core utilities for embedded Linux systems |