diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 09:07:45 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 09:07:45 +0000 |
commit | 8a1bafdbe1b99ff06399c56c615708ac68fd4af3 (patch) | |
tree | 334de322ba8ee45325c18f8f34ed98f0f17d0e0d /target | |
parent | f240bc9de94dce0555a4196c76b266ffa602b59a (diff) |
linux/ixp4xx: revert accidentally leaked enabled kernel option (thank you kaloz)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/config-2.6.33 | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-2.6.34 | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-2.6.35 | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-2.6.36 | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/ixp4xx/config-2.6.33 b/target/linux/ixp4xx/config-2.6.33 index c9139dbaaa..d67335917f 100644 --- a/target/linux/ixp4xx/config-2.6.33 +++ b/target/linux/ixp4xx/config-2.6.33 @@ -83,8 +83,6 @@ CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_GPIO=y # CONFIG_I2C_IOP3XX is not set -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y diff --git a/target/linux/ixp4xx/config-2.6.34 b/target/linux/ixp4xx/config-2.6.34 index 521ebfc4c6..7a2e8e24d8 100644 --- a/target/linux/ixp4xx/config-2.6.34 +++ b/target/linux/ixp4xx/config-2.6.34 @@ -92,8 +92,6 @@ CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_GPIO=y # CONFIG_I2C_IOP3XX is not set -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y diff --git a/target/linux/ixp4xx/config-2.6.35 b/target/linux/ixp4xx/config-2.6.35 index a8e8462913..47c7bd26e1 100644 --- a/target/linux/ixp4xx/config-2.6.35 +++ b/target/linux/ixp4xx/config-2.6.35 @@ -101,8 +101,6 @@ CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_GPIO=y # CONFIG_I2C_IOP3XX is not set -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y diff --git a/target/linux/ixp4xx/config-2.6.36 b/target/linux/ixp4xx/config-2.6.36 index a1b6cf8b78..d803794231 100644 --- a/target/linux/ixp4xx/config-2.6.36 +++ b/target/linux/ixp4xx/config-2.6.36 @@ -117,8 +117,6 @@ CONFIG_I2C_CHARDEV=y CONFIG_I2C_GPIO=y # CONFIG_I2C_IOP3XX is not set # CONFIG_I2C_MUX is not set -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y |