From fd0cc72d9ceba6d4dc315c7f0e52d6513023f669 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 9 Jun 2020 16:44:23 +0100 Subject: [PATCH] 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 --- target/linux/oxnas/config-5.4 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/oxnas/config-5.4 b/target/linux/oxnas/config-5.4 index 112d4e43be..7b14110486 100644 --- a/target/linux/oxnas/config-5.4 +++ b/target/linux/oxnas/config-5.4 @@ -350,7 +350,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