feat: x86 configuration

This commit is contained in:
2023-03-02 21:24:18 +01:00
parent 0ce214195e
commit 230251703e
4 changed files with 47 additions and 4 deletions

View File

@ -2,7 +2,7 @@ all: x86_generic
x86_generic:
$(MAKE) \
ADDITIONAL_INSTALL="install-x86-network-config" \
ADDITIONAL_INSTALL="install-x86-network-config install-x86-firewall-rules" \
OPENWRT_TARGET="x86/generic" \
EMISSARY_ARCH="386" \
OPENWRT_PROFILE="generic" \