diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-11 01:33:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-11 01:33:29 +0000 |
commit | 9220c452e5bf9f052bef0ec21ccffbd63f7bafdd (patch) | |
tree | 6c852437217a198a78038f0e3f020039f4da8947 /target | |
parent | b8f710a69a8417793819b011c8202124c1c432d6 (diff) | |
download | upstream-9220c452e5bf9f052bef0ec21ccffbd63f7bafdd.tar.gz upstream-9220c452e5bf9f052bef0ec21ccffbd63f7bafdd.tar.bz2 upstream-9220c452e5bf9f052bef0ec21ccffbd63f7bafdd.zip |
enable debugfs by default
SVN-Revision: 12949
Diffstat (limited to 'target')
-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 |