diff options
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 1fad548133..d93df6b1cf 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -4,4 +4,5 @@ choice 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" |