diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-22 15:03:39 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-22 15:03:39 +0000 |
commit | 09f25ee69c1c1136c771d141ff89c8ed79949027 (patch) | |
tree | be71c31e7a11b2a5401561838db2ba7b36b09ddf /target | |
parent | 23bfa7ede33e280bb0c2f9aebda14c12d9f1503d (diff) |
set CONFIG_JFFS2_FS_DEBUG=0 in generic 2.4 kconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.4/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.4/config-default b/target/linux/generic-2.4/config-default index 32d9d2623..02bb0f2e2 100644 --- a/target/linux/generic-2.4/config-default +++ b/target/linux/generic-2.4/config-default @@ -316,6 +316,7 @@ CONFIG_JFFS2_BBC_LZARI=y # CONFIG_JFFS2_BBC_LZO is not set # CONFIG_JFFS2_BBC_LZSS is not set CONFIG_JFFS2_FS=y +CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_JFFS_FS is not set # CONFIG_JFS_DEBUG is not set # CONFIG_JFS_FS is not set |