summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update-rcconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update-rcconf b/scripts/update-rcconf
index 946f5ffa3..fcaeb7d63 100755
--- a/scripts/update-rcconf
+++ b/scripts/update-rcconf
@@ -21,6 +21,9 @@ fi
if [ ! -z ${ADK_TARGET_ABI} ];then
suffix=${suffix}_${ADK_TARGET_ABI}
fi
+if [ ! -z ${ADK_TARGET_BINFMT} ];then
+ suffix=${suffix}_${ADK_TARGET_BINFMT}
+fi
rcconf=$(ls $topdir/root_${suffix}/etc/rc.conf)