From 88b9119b4a9abee7402b0164e2ec8f287a4cda81 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 9 Oct 2014 12:49:46 +0000 Subject: Add VLAN configuration to kernels With VLANs it's possible to PXE boot hardware without needing to fiddle with the DHCP server, by starting your own PXE server on a VLAN, and configure the NIC of the target to start in that VLAN. --- strata/bsp-armv7-versatile/linux-armv7-versatile.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strata/bsp-armv7-versatile/linux-armv7-versatile.morph') diff --git a/strata/bsp-armv7-versatile/linux-armv7-versatile.morph b/strata/bsp-armv7-versatile/linux-armv7-versatile.morph index 9b03991b..1da640e7 100644 --- a/strata/bsp-armv7-versatile/linux-armv7-versatile.morph +++ b/strata/bsp-armv7-versatile/linux-armv7-versatile.morph @@ -17,6 +17,8 @@ configure-commands: - scripts/config -e SECCOMP - scripts/config -d DEBUG_STACK_TRACE - scripts/config -e FB_VESA +- scripts/config -e VLAN_8021Q +- scripts/config -e BRIDGE_VLAN_FILTERING - yes '' | make oldconfig build-commands: - make ARCH=arm zImage $MAKEFLAGS -- cgit v1.2.1