diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-03 17:13:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-03 17:14:32 +0200 |
commit | 422fff6d1644470eb4b7270e571bda09af2b3f68 (patch) | |
tree | 86972641204dd6a7c3be60f82bee7e3eb17af353 /package/busybox | |
parent | 4916093b71b830fc7f9063029a75569924bef65b (diff) |
arm-nommu: enable uClinux, better defaults
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 60b0f93f8..184ccb996 100644 --- a/package/busybox/Config.in.manual +++ b/package/busybox/Config.in.manual @@ -13,7 +13,7 @@ config ADK_PACKAGE_BUSYBOX choice prompt "Choose predefined set of applets" depends on ADK_PACKAGE_BUSYBOX -default ADK_PACKAGE_BUSYBOX_MINIMAL if ADK_TARGET_UCLINUX +default ADK_PACKAGE_BUSYBOX_MINIMAL if !ADK_TARGET_WITH_MMU config ADK_PACKAGE_BUSYBOX_DEFAULT bool "activate standard set of applets" |