diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-17 01:36:09 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-17 01:36:09 +0000 |
commit | 0cab3cd57eb4f903c79f7789f0c42977769600c1 (patch) | |
tree | 320dadbc1289b79414265c9174bab00133fae7b1 | |
parent | c3a38635ed992d023a2297877eaa5777e7630d26 (diff) |
remove atm support in a few platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5177 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/rdc-2.6/config | 8 | ||||
-rw-r--r-- | target/linux/sibyte-2.6/config | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/target/linux/rdc-2.6/config b/target/linux/rdc-2.6/config index 4e50a536bd..4638915e05 100644 --- a/target/linux/rdc-2.6/config +++ b/target/linux/rdc-2.6/config @@ -486,13 +486,7 @@ CONFIG_BRIDGE_EBT_ULOG=m # TIPC Configuration (EXPERIMENTAL) # # CONFIG_TIPC is not set -CONFIG_ATM=m -CONFIG_ATM_CLIP=m -CONFIG_ATM_CLIP_NO_ICMP=y -CONFIG_ATM_LANE=m -CONFIG_ATM_MPOA=m -CONFIG_ATM_BR2684=m -CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM is not set CONFIG_BRIDGE=y CONFIG_VLAN_8021Q=y # CONFIG_DECNET is not set diff --git a/target/linux/sibyte-2.6/config b/target/linux/sibyte-2.6/config index 79c4c72f06..8c6eea6720 100644 --- a/target/linux/sibyte-2.6/config +++ b/target/linux/sibyte-2.6/config @@ -486,13 +486,7 @@ CONFIG_BRIDGE_EBT_ULOG=m # TIPC Configuration (EXPERIMENTAL) # # CONFIG_TIPC is not set -CONFIG_ATM=m -CONFIG_ATM_CLIP=m -CONFIG_ATM_CLIP_NO_ICMP=y -CONFIG_ATM_LANE=m -CONFIG_ATM_MPOA=m -CONFIG_ATM_BR2684=m -CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM is not set CONFIG_BRIDGE=y CONFIG_VLAN_8021Q=y # CONFIG_DECNET is not set |