X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/408e3892d3978ab9dce3641ce49c8bfa85d04c10..e813f121f9fc43c71f43d384731f43e39fda6fd2:/openwrt/target/Config.in diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 1fad54813..dc9224ff9 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -1,7 +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 - comment "After changing root filesystem, do make clean" + +source "target/device/Config.in"