X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9b7cc699dfd90235b08dfeb0fe0acb5679bc3b7d..e813f121f9fc43c71f43d384731f43e39fda6fd2:/openwrt/target/Config.in?ds=inline diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 791741a08..dc9224ff9 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -1,5 +1,10 @@ +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 + +source "target/device/Config.in"