From 035f5af9779487b6b7ab2339963c8f76b9448a8c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 27 May 2018 12:15:14 +0200 Subject: try to fix noMMU targets --- scripts/update-rcconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/update-rcconf b/scripts/update-rcconf index 5716576ca..87c483a1c 100755 --- a/scripts/update-rcconf +++ b/scripts/update-rcconf @@ -30,6 +30,9 @@ fi if [ ! -z ${ADK_TARGET_BINFMT} ];then suffix=${suffix}_${ADK_TARGET_BINFMT} fi +if [ -z ${ADK_TARGET_WITH_MMU} ];then + suffix=${suffix}_nommu +fi rcconf=$(ls $topdir/root_${suffix}/etc/rc.conf) -- cgit v1.2.3