diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-18 18:17:50 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-18 18:17:50 +0000 |
commit | 2a951dfeeb558ec6a9f67e9a6bcca0c1b266fc8f (patch) | |
tree | 46aaa5b9d101288adeb82329feb491a30d7c11ed /openwrt/target/Config.in | |
parent | 481104d43d765a80b159eefe4752a3c0dcc9c029 (diff) | |
download | mtk-20170518-2a951dfeeb558ec6a9f67e9a6bcca0c1b266fc8f.zip mtk-20170518-2a951dfeeb558ec6a9f67e9a6bcca0c1b266fc8f.tar.gz mtk-20170518-2a951dfeeb558ec6a9f67e9a6bcca0c1b266fc8f.tar.bz2 |
warning added
SVN-Revision: 260
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index d2c3576..1fad548 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -4,3 +4,4 @@ choice source "target/squashfs/Config.in" source "target/squashfs-lzma/Config.in" endchoice + comment "After changing root filesystem, do make clean" |