diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-11 01:33:29 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-11 01:33:29 +0000 |
commit | 8f32d322ca729e22171c79900b354edfdcc3afd8 (patch) | |
tree | 8dba1f24a235867b0f9cf4256a6a76cda5e15d63 /target/linux | |
parent | 090f16f6fb1019af891be04e2da176f6feb65cc9 (diff) |
enable debugfs by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index 33864a82dc..198b62a615 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -305,7 +305,7 @@ CONFIG_CRYPTO_WP512=m # CONFIG_CRYPTO_XTS is not set # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set -# CONFIG_DEBUG_FS is not set +CONFIG_DEBUG_FS=y # CONFIG_DEBUG_KERNEL is not set # CONFIG_DEBUG_MEMORY_INIT is not set # CONFIG_DECNET is not set |