diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 09:07:45 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 09:07:45 +0000 |
commit | 72f6e35d54c40e393d73ed5ff87bba77426a6d40 (patch) | |
tree | 334de322ba8ee45325c18f8f34ed98f0f17d0e0d /target | |
parent | 60e7dfb0c563b442ff833f0f88f39469aa239ffc (diff) | |
download | upstream-72f6e35d54c40e393d73ed5ff87bba77426a6d40.tar.gz upstream-72f6e35d54c40e393d73ed5ff87bba77426a6d40.tar.bz2 upstream-72f6e35d54c40e393d73ed5ff87bba77426a6d40.zip |
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 |