diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-09 11:52:52 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-09 14:49:34 +0100 |
commit | 7096ed58fdc908144d2c52bf416e9b3b0e48795a (patch) | |
tree | 9b1d88daf360bc1c1e48b416eafdd1cd7fa588be /target | |
parent | 0f5d17a7e6acceb18867fd951b231bfb6c4d8946 (diff) | |
download | upstream-7096ed58fdc908144d2c52bf416e9b3b0e48795a.tar.gz upstream-7096ed58fdc908144d2c52bf416e9b3b0e48795a.tar.bz2 upstream-7096ed58fdc908144d2c52bf416e9b3b0e48795a.zip |
kernel: remove kmod packages for bridge, stp, llc and 8021q
Remove CONFIG_VLAN_8021Q overrides for two targets
These features are built into the kernel image for all targets
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mcs814x/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/xburst/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mcs814x/config-3.18 b/target/linux/mcs814x/config-3.18 index 427a7c92ce..7f1c5705fd 100644 --- a/target/linux/mcs814x/config-3.18 +++ b/target/linux/mcs814x/config-3.18 @@ -220,7 +220,6 @@ CONFIG_USB_SUPPORT=y CONFIG_USE_OF=y CONFIG_VECTORS_BASE=0xffff0000 # CONFIG_VFP is not set -# CONFIG_VLAN_8021Q is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_WATCHDOG_CORE=y CONFIG_WATCHDOG_NOWAYOUT=y diff --git a/target/linux/xburst/config-3.18 b/target/linux/xburst/config-3.18 index 71411bf067..81e7eddbdf 100644 --- a/target/linux/xburst/config-3.18 +++ b/target/linux/xburst/config-3.18 @@ -341,7 +341,6 @@ CONFIG_USB_SUPPORT=y CONFIG_USB_U_ETHER=y CONFIG_VFAT_FS=y # CONFIG_VGA_CONSOLE is not set -# CONFIG_VLAN_8021Q is not set CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_VT_CONSOLE_SLEEP=y |