X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3d80c3754b3421428b47f89ce26f07adf10e7501..e813f121f9fc43c71f43d384731f43e39fda6fd2:/openwrt/target/Config.in diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 18d4114e6..dc9224ff9 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -1,8 +1,10 @@ -# +comment "after changing root fs, use make linux-dirclean" -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 +source "target/device/Config.in"