diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-20 20:24:43 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-20 20:24:43 +0000 |
commit | 27b8daca434770a16312eebc3f9aabd60de931e9 (patch) | |
tree | 9df85d0e6cf64e90afe4009b8d66db08977a2c96 | |
parent | a6e45d59235af35fdad5652453bd54aecaa1e95e (diff) |
rb532: remove bogus 802.1q kernel config overide
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21060 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/rb532/config-2.6.32 | 1 | ||||
-rw-r--r-- | target/linux/rb532/config-2.6.33 | 1 | ||||
-rw-r--r-- | target/linux/rb532/config-2.6.34 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/rb532/config-2.6.32 b/target/linux/rb532/config-2.6.32 index 67bdedfc4d..30bc3a1a4b 100644 --- a/target/linux/rb532/config-2.6.32 +++ b/target/linux/rb532/config-2.6.32 @@ -178,7 +178,6 @@ CONFIG_TRAD_SIGNALS=y CONFIG_TREE_RCU=y CONFIG_VIA_RHINE=y CONFIG_VIA_RHINE_MMIO=y -CONFIG_VLAN_8021Q=m CONFIG_YAFFS_9BYTE_TAGS=y # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set CONFIG_YAFFS_AUTO_YAFFS2=y diff --git a/target/linux/rb532/config-2.6.33 b/target/linux/rb532/config-2.6.33 index 731912af5d..79e2e1346b 100644 --- a/target/linux/rb532/config-2.6.33 +++ b/target/linux/rb532/config-2.6.33 @@ -217,7 +217,6 @@ CONFIG_TRAD_SIGNALS=y # CONFIG_TREE_PREEMPT_RCU is not set CONFIG_VIA_RHINE=y CONFIG_VIA_RHINE_MMIO=y -CONFIG_VLAN_8021Q=m CONFIG_YAFFS_9BYTE_TAGS=y # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set CONFIG_YAFFS_AUTO_YAFFS2=y diff --git a/target/linux/rb532/config-2.6.34 b/target/linux/rb532/config-2.6.34 index c3b498c6cb..eb8b58b8f9 100644 --- a/target/linux/rb532/config-2.6.34 +++ b/target/linux/rb532/config-2.6.34 @@ -228,7 +228,6 @@ CONFIG_TRAD_SIGNALS=y # CONFIG_TREE_PREEMPT_RCU is not set CONFIG_VIA_RHINE=y CONFIG_VIA_RHINE_MMIO=y -CONFIG_VLAN_8021Q=m CONFIG_YAFFS_9BYTE_TAGS=y # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set CONFIG_YAFFS_AUTO_YAFFS2=y |