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-x86_64-generic/linux-x86-64-generic.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strata/bsp-x86_64-generic') diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph index 4b18b537..fe0721cc 100644 --- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph +++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph @@ -78,6 +78,8 @@ configure-commands: - scripts/config -e FB_VESA - scripts/config -e HOTPLUG_PCI - scripts/config -e HOTPLUG_PCI_ACPI +- scripts/config -e VLAN_8021Q +- scripts/config -e BRIDGE_VLAN_FILTERING - yes '' | make oldconfig build-commands: - make $MAKEFLAGS -- cgit v1.2.1