warning added
[openwrt.git] / openwrt / target / Config.in
index 18d4114..1fad548 100644 (file)
@@ -1,8 +1,7 @@
-#
-
-menu "Target Filesystem"
-
-source "target/jffs2/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
+       comment "After changing root filesystem, do make clean"
This page took 0.021927 seconds and 4 git commands to generate.