remove DIST and add EXTRAVERSION, discussed with mbm. fixed dirclean target for links...
[openwrt-10.03/.git] / target / Config.in
index c2576fd55a0691ef64d177d74d881a5efe29c69b..dc9224ff9a1eaf720d1f1dfe6d67b957ed3c56df 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"