zlib off by default, special targets off at the moment, because not used.
[openwrt.git] / target / Config.in
index c2576fd..0fe8385 100644 (file)
@@ -1,9 +1,9 @@
-#
-
-menu "Target Filesystem"
-
-source "target/jffs2/Config.in"
-source "target/squashfs/Config.in"
-
-endmenu
+comment "after changing root fs, use make linux-dirclean"
+
+choice
+       prompt "Target Root Filesystem"
+       source "target/jffs2/Config.in"
+       source "target/squashfs/Config.in"
+       source "target/squashfs-lzma/Config.in"
+endchoice
 
This page took 0.026826 seconds and 4 git commands to generate.