浏览代码

handle new binfmt suffix

Waldemar Brodkorb 9 年之前
父节点
当前提交
d246a22506
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      scripts/update-rcconf

+ 3 - 0
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)