diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:02:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:02:26 +0000 |
commit | 36fa8e4ce277ebbd5f29ef4cfcca26a42898022e (patch) | |
tree | dcd8d475672669f8c56b179388654ab82909de3b | |
parent | 1d21ebab993a51c5e63f84f45aac6227c2507ec2 (diff) | |
download | upstream-36fa8e4ce277ebbd5f29ef4cfcca26a42898022e.tar.gz upstream-36fa8e4ce277ebbd5f29ef4cfcca26a42898022e.tar.bz2 upstream-36fa8e4ce277ebbd5f29ef4cfcca26a42898022e.zip |
octeon: enable VLAN support
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43840
-rw-r--r-- | target/linux/octeon/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/octeon/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/octeon/config-3.14 b/target/linux/octeon/config-3.14 index baabe912c9..79f1efe2c0 100644 --- a/target/linux/octeon/config-3.14 +++ b/target/linux/octeon/config-3.14 @@ -232,7 +232,6 @@ CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set CONFIG_USE_OF=y CONFIG_VFAT_FS=y -# CONFIG_VLAN_8021Q is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_WEAK_ORDERING=y CONFIG_XPS=y diff --git a/target/linux/octeon/config-3.18 b/target/linux/octeon/config-3.18 index 280014c736..2055aef2a9 100644 --- a/target/linux/octeon/config-3.18 +++ b/target/linux/octeon/config-3.18 @@ -243,7 +243,6 @@ CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set CONFIG_USE_OF=y CONFIG_VFAT_FS=y -# CONFIG_VLAN_8021Q is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_WEAK_ORDERING=y CONFIG_XPS=y |