feat: differentiate machine-id generation in x86 target

This commit is contained in:
2023-03-10 11:21:22 +01:00
parent 55b49679f1
commit 50025decc1
7 changed files with 38 additions and 15 deletions

View File

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