diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-05-07 16:20:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-05-07 16:20:37 +0000 |
commit | 07c5b4cc79dd01e7c37ee0fd66fe89d84cfa360e (patch) | |
tree | eeee6e76922d3e79dbfbe279f6dcc1e16dae69ab | |
parent | aa319d87f6e2a0608e485b2b30de70c56beb6b27 (diff) | |
download | upstream-07c5b4cc79dd01e7c37ee0fd66fe89d84cfa360e.tar.gz upstream-07c5b4cc79dd01e7c37ee0fd66fe89d84cfa360e.tar.bz2 upstream-07c5b4cc79dd01e7c37ee0fd66fe89d84cfa360e.zip |
ar71xx: remove some bogus kernel config overrides
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21397 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/config-2.6.32 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.33 | 3 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.34 | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ar71xx/config-2.6.32 b/target/linux/ar71xx/config-2.6.32 index 8987a63439..5c29816afa 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -192,7 +192,6 @@ CONFIG_PHYLIB=y # CONFIG_PMC_YOSEMITE is not set # CONFIG_PNX8550_JBS is not set # CONFIG_PNX8550_STB810 is not set -# CONFIG_PROBE_INITRD_HEADER is not set CONFIG_RTL8306_PHY=y CONFIG_RTL8366RB_PHY=y CONFIG_RTL8366S_PHY=y diff --git a/target/linux/ar71xx/config-2.6.33 b/target/linux/ar71xx/config-2.6.33 index 0cd2358662..f9172b773f 100644 --- a/target/linux/ar71xx/config-2.6.33 +++ b/target/linux/ar71xx/config-2.6.33 @@ -273,9 +273,6 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y # CONFIG_TC35815 is not set -# CONFIG_TINY_RCU is not set CONFIG_TRAD_SIGNALS=y -# CONFIG_TREE_PREEMPT_RCU is not set -CONFIG_TREE_RCU=y CONFIG_USB_SUPPORT=y CONFIG_ZONE_DMA_FLAG=0 diff --git a/target/linux/ar71xx/config-2.6.34 b/target/linux/ar71xx/config-2.6.34 index b11442c13c..63c4395581 100644 --- a/target/linux/ar71xx/config-2.6.34 +++ b/target/linux/ar71xx/config-2.6.34 @@ -300,7 +300,5 @@ CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y # CONFIG_TC35815 is not set CONFIG_TRAD_SIGNALS=y -# CONFIG_TREE_PREEMPT_RCU is not set CONFIG_USB_SUPPORT=y -CONFIG_VLAN_8021Q=m CONFIG_ZONE_DMA_FLAG=0 |