X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f9e1fd819ca1f6be5ff83ed9dc9f09ca4f639b50..fb826963bfcb9b2cf71acbbdc4f844132709e70e:/openwrt/target/Config.in?ds=sidebyside diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index d2c35761d..dc9224ff9 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -1,6 +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"