Browse Source

handle new binfmt suffix

Waldemar Brodkorb 9 years ago
parent
commit
d246a22506
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/update-rcconf

+ 3 - 0
scripts/update-rcconf

@@ -21,6 +21,9 @@ fi
 if [ ! -z ${ADK_TARGET_ABI} ];then
 if [ ! -z ${ADK_TARGET_ABI} ];then
 	suffix=${suffix}_${ADK_TARGET_ABI}
 	suffix=${suffix}_${ADK_TARGET_ABI}
 fi
 fi
+if [ ! -z ${ADK_TARGET_BINFMT} ];then
+	suffix=${suffix}_${ADK_TARGET_BINFMT}
+fi
 
 
 rcconf=$(ls $topdir/root_${suffix}/etc/rc.conf)
 rcconf=$(ls $topdir/root_${suffix}/etc/rc.conf)