X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ca91c000e56d7d4b70f3d3b39e38261a880bff2f..e813f121f9fc43c71f43d384731f43e39fda6fd2:/openwrt/target/Config.in diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index c2576fd55..dc9224ff9 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -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"