diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-19 08:13:37 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-19 08:13:37 +0000 |
commit | ec67a9a8e8ed63e289ddb0b7129826c223dfd6ad (patch) | |
tree | 75afed9cd264199177d9ba750a8b105a0d34141e /openwrt/target/Config.in | |
parent | 78dfeef26e1a8650980b193542c9dd0dc490d4a2 (diff) | |
download | mtk-20170518-ec67a9a8e8ed63e289ddb0b7129826c223dfd6ad.zip mtk-20170518-ec67a9a8e8ed63e289ddb0b7129826c223dfd6ad.tar.gz mtk-20170518-ec67a9a8e8ed63e289ddb0b7129826c223dfd6ad.tar.bz2 |
some comment on changing rootfs type
SVN-Revision: 270
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index d93df6b..dc9224f 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -1,3 +1,5 @@ +comment "after changing root fs, use make linux-dirclean" + choice prompt "Target Root Filesystem" source "target/jffs2/Config.in" |