diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-16 01:25:02 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-16 01:25:18 -0500 |
commit | fbfe56ba11baf48575cfc02fb1000fa2000b782f (patch) | |
tree | 88707c143146bd31e637176d925533b313273d0c /package/busybox/config | |
parent | cea711833b9011cc4d8496c824a8c7b251cb5c39 (diff) |
fix h8/300 userland build
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in index f743bd59f..54d4e1120 100644 --- a/package/busybox/config/Config.in +++ b/package/busybox/config/Config.in @@ -518,7 +518,7 @@ config BUSYBOX_PIE config BUSYBOX_NOMMU bool "Force NOMMU build" - default y if ADK_TARGET_UCLINUX + default y if ADK_TARGET_WITHOUT_MMU default n help Busybox tries to detect whether architecture it is being |