瀏覽代碼

move stuff around a little bit more

Eric Andersen 20 年之前
父節點
當前提交
02242b9f3d
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 2 2
      target/Config.in
  2. 3 0
      target/device/Config.in

+ 2 - 2
target/Config.in

@@ -5,7 +5,7 @@ source "target/ext2/Config.in"
 source "target/jffs2/Config.in"
 source "target/squashfs/Config.in"
 source "target/tar/Config.in"
-source "target/device/Config.in"
-source "target/generic/Config.in"
 
 endmenu
+
+source "target/device/Config.in"

+ 3 - 0
target/device/Config.in

@@ -2,4 +2,7 @@ menu "Board Support Options"
 
 source "target/device/Soekris/Config.in"
 
+# This must be last
+source "target/generic/Config.in"
+
 endmenu