diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-15 07:45:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-15 07:45:06 +0000 |
commit | 53dfd9c32d67b580ea110b4738adaa9e6d2fd907 (patch) | |
tree | 8386139bbc4ffe26eae8b5f8face92454719d277 /target/linux/octeon | |
parent | 704ef1ffe13adf22598c73d71ebaf70fc9c52591 (diff) | |
download | upstream-53dfd9c32d67b580ea110b4738adaa9e6d2fd907.tar.gz upstream-53dfd9c32d67b580ea110b4738adaa9e6d2fd907.tar.bz2 upstream-53dfd9c32d67b580ea110b4738adaa9e6d2fd907.zip |
IKCONFIG shouldn't be enabled by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/config-default | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/octeon/config-default b/target/linux/octeon/config-default index 4f2703047e..d0c6cc1e6e 100644 --- a/target/linux/octeon/config-default +++ b/target/linux/octeon/config-default @@ -148,8 +148,6 @@ CONFIG_HZ=250 # CONFIG_HZ_100 is not set CONFIG_HZ_250=y # CONFIG_I2C is not set -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y CONFIG_INET_XFRM_MODE_BEET=y |