Enable VLAN_CMD in ipxe

In order to support vlan tagging during the boot process, enable
VLAN_CMD in ipxe.

Documented at https://ipxe.org/cmd/vcreate

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
Jonathon Anderson
2022-10-17 14:59:39 -06:00
parent b5d3de621b
commit c0cedf6d3d

View File

@@ -25,6 +25,7 @@ sed -i.bak \
sed -i.bak \
-e 's,//\(#define.*IMAGE_ZLIB.*\),\1,' \
-e 's,//\(#define.*IMAGE_GZIP.*\),\1,' \
-e 's,//\(#define.*VLAN_CMD.*\),\1,' \
config/general.h
make -j 8 $PCBIOS