summaryrefslogtreecommitdiff
path: root/strata/bsp-armv7-versatile/linux-armv7-versatile.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-10-09 12:49:46 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-11-14 14:57:23 +0000
commit88b9119b4a9abee7402b0164e2ec8f287a4cda81 (patch)
tree41f1527f621c330024fa138381fed8fccf0d4a1b /strata/bsp-armv7-versatile/linux-armv7-versatile.morph
parent32e464cc460f0e18a4ad2381b631f6cffc921a9b (diff)
downloaddefinitions-88b9119b4a9abee7402b0164e2ec8f287a4cda81.tar.gz
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.
Diffstat (limited to 'strata/bsp-armv7-versatile/linux-armv7-versatile.morph')
-rw-r--r--strata/bsp-armv7-versatile/linux-armv7-versatile.morph2
1 files changed, 2 insertions, 0 deletions
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