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 | 39e276a6f1279c7f5e8b09fe7952bc5c044b07f3 (patch) | |
tree | 7646f38dec0f8dc148c99b91618ccd10d9688eb7 /target | |
parent | 2d2fa5e912829c0122aa2bcfc58c39baa935e59d (diff) |
some comment on changing rootfs type
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index d93df6b1c..dc9224ff9 100644 --- a/target/Config.in +++ b/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" |