diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-18 18:17:50 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-18 18:17:50 +0000 |
commit | 7570e64f52b9947a5847f79b2673399990d0b8c4 (patch) | |
tree | 40ac53c29f7f29a77ea05170ffc1d764fcc73f0b | |
parent | 11385a6009277cd2b0faf75204f90db2c67e909f (diff) | |
download | master-187ad058-7570e64f52b9947a5847f79b2673399990d0b8c4.tar.gz master-187ad058-7570e64f52b9947a5847f79b2673399990d0b8c4.tar.bz2 master-187ad058-7570e64f52b9947a5847f79b2673399990d0b8c4.zip |
warning added
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@260 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index d2c35761de..1fad548133 100644 --- a/target/Config.in +++ b/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" |