diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-25 21:01:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-25 21:01:32 +0200 |
commit | abc999b9ebe36de53c53090c077ae06985de808c (patch) | |
tree | bf855b8e2f38283f69a3b81f44df9be9d88f1da6 /package/busybox | |
parent | d8a3cfe3d7691fd44ee341b4753c602c10b7db7b (diff) |
allow to choose base apps, minor dot cleanup
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Config.in.manual | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual index 01ef1a53d..1aa8065c0 100644 --- a/package/busybox/Config.in.manual +++ b/package/busybox/Config.in.manual @@ -3,9 +3,8 @@ config ADK_COMPILE_BUSYBOX depends on ADK_PACKAGE_BUSYBOX config ADK_PACKAGE_BUSYBOX - bool "busybox.............. core utilities for embedded systems" + bool "busybox................. core utilities for embedded systems" select ADK_COMPILE_BUSYBOX - default y if !ADK_APPLIANCE_TOOLCHAIN help Core utilities for embedded Linux systems |