jffs2 root support
[openwrt.git] / openwrt / target / Config.in
index c2576fd..dc9224f 100644 (file)
@@ -1,9 +1,10 @@
-#
+comment "after changing root fs, use make linux-dirclean"
 
-menu "Target Filesystem"
-
-source "target/jffs2/Config.in"
-source "target/squashfs/Config.in"
-
-endmenu
+choice
+       prompt "Target Root Filesystem"
+       source "target/jffs2/Config.in"
+       source "target/squashfs/Config.in"
+       source "target/squashfs-lzma/Config.in"
+endchoice
 
+source "target/device/Config.in"
This page took 0.023818 seconds and 4 git commands to generate.