diff options
author | Waldemar Brodkorb <wbrodkorb@infonline.de> | 2021-04-09 06:43:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-04-09 06:45:49 +0200 |
commit | 66535f83d2c8bfb72caa43408fde3c6e98e1a50a (patch) | |
tree | a0b785b7d314487764f1735f074d68fc444e2e18 /mk | |
parent | 7e1aa8df1fb08887360f5d352ff5d123eb3a7416 (diff) |
busybox: noMMU fixes
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index bbd123930..a0a4242bd 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -459,6 +459,8 @@ defconfig: .menu $(CONFIG)/conf @if [ ! -z "$(ADK_TARGET_MMU)" ];then \ printf "# ADK_TARGET_WITH_MMU is not set\n" \ >> $(ADK_TOPDIR)/.defconfig; \ + printf "BUSYBOX_NOMMU=y\n" \ + >> $(ADK_TOPDIR)/.defconfig; \ fi @if [ ! -z "$(ADK_TARGET_THREADS)" ];then \ if [ "$(ADK_TARGET_THREADS)" = "nptl" ];then \ |