diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-18 18:17:50 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-18 18:17:50 +0000 |
commit | 9824b68198d117321840ba85d53be70fc5aa18ae (patch) | |
tree | 40ac53c29f7f29a77ea05170ffc1d764fcc73f0b /target | |
parent | 434a4003971b18a98b866b0f024a12a9dc7eee2a (diff) |
warning added
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@260 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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" |