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-wandboard/linux-armv7-wandboard.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strata/bsp-wandboard') diff --git a/strata/bsp-wandboard/linux-armv7-wandboard.morph b/strata/bsp-wandboard/linux-armv7-wandboard.morph index 16929c9d..15317978 100644 --- a/strata/bsp-wandboard/linux-armv7-wandboard.morph +++ b/strata/bsp-wandboard/linux-armv7-wandboard.morph @@ -44,6 +44,8 @@ configure-commands: - scripts/config -d DEBUG_STACK_TRACE - scripts/config -e NFSD - scripts/config -e NFSD_V3 +- scripts/config -e VLAN_8021Q +- scripts/config -e BRIDGE_VLAN_FILTERING - yes '' | make oldconfig build-commands: - make $MAKEFLAGS ARCH=arm LOADADDR=0x10800000 uImage dtbs -- cgit v1.2.1