diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 08:13:37 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 08:13:37 +0000 |
commit | c9cb208c67fc22dded67c32acdb2a88a95e135d7 (patch) | |
tree | 75afed9cd264199177d9ba750a8b105a0d34141e /openwrt | |
parent | 5d836ee327f6816a5dec741fa656f3b0521e8f9f (diff) |
some comment on changing rootfs type
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 d93df6b1c..dc9224ff9 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" |