diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-23 21:50:10 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-23 21:50:10 +0000 |
commit | e3a3457a9d50dff8dac230880b7523a208d0c85f (patch) | |
tree | fa2b49bc98a06fbd53fbff73087275913ab8cd1f /openwrt/target | |
parent | fb1a0ad0ef813ebb96808a9e0097550f3e99a5ed (diff) | |
download | mtk-20170518-e3a3457a9d50dff8dac230880b7523a208d0c85f.zip mtk-20170518-e3a3457a9d50dff8dac230880b7523a208d0c85f.tar.gz mtk-20170518-e3a3457a9d50dff8dac230880b7523a208d0c85f.tar.bz2 |
I do not believe that users will cleanup kernelsource, when switching rootfs. force it with scripts and Makefile changes from Felix Fietkau <nbd@vd-s.ath.cx>
SVN-Revision: 290
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 0fe8385..36616f0 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -1,5 +1,3 @@ -comment "after changing root fs, use make linux-dirclean" - choice prompt "Target Root Filesystem" source "target/jffs2/Config.in" |