diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-22 15:03:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-22 15:03:39 +0000 |
commit | e170fc3d32de96c52b3c7690609127607dbe8e95 (patch) | |
tree | be71c31e7a11b2a5401561838db2ba7b36b09ddf /target/linux/generic-2.4/config-default | |
parent | b0831189f92af12f6e3642be56eed65780f3ec92 (diff) | |
download | upstream-e170fc3d32de96c52b3c7690609127607dbe8e95.tar.gz upstream-e170fc3d32de96c52b3c7690609127607dbe8e95.tar.bz2 upstream-e170fc3d32de96c52b3c7690609127607dbe8e95.zip |
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/linux/generic-2.4/config-default')
-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 32d9d26236..02bb0f2e2a 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 |