diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-06-09 16:44:23 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-06-09 16:53:51 +0100 |
commit | fa72f2646a757f19398804e592c11156c490a630 (patch) | |
tree | 5dfd9ef60b785e9ffce6439bdccc1262ee142816 | |
parent | e752fc1ff9d1d4f50a32155dd714dcde4b070bd4 (diff) | |
download | upstream-fa72f2646a757f19398804e592c11156c490a630.tar.gz upstream-fa72f2646a757f19398804e592c11156c490a630.tar.bz2 upstream-fa72f2646a757f19398804e592c11156c490a630.zip |
oxnas: build with 8021Q VLAN support
CONFIG_VLAN_8021Q was explicitely disabled in oxnas kernel config.
Don't do that, so VLANs can be used on the target.
Fixes: dcc34574ef ("oxnas: bring in new oxnas target")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit fd0cc72d9ceba6d4dc315c7f0e52d6513023f669)
-rw-r--r-- | target/linux/oxnas/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/oxnas/config-4.14 b/target/linux/oxnas/config-4.14 index 7ea24a91a6..b0933405ea 100644 --- a/target/linux/oxnas/config-4.14 +++ b/target/linux/oxnas/config-4.14 @@ -348,7 +348,6 @@ CONFIG_VERSATILE_FPGA_IRQ=y CONFIG_VERSATILE_FPGA_IRQ_NR=4 CONFIG_VFAT_FS=y # CONFIG_VFP is not set -# CONFIG_VLAN_8021Q is not set CONFIG_VM_EVENT_COUNTERS=y # CONFIG_WATCHDOG is not set # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set |