chore: refactor generic target
This commit is contained in:
parent
fd62e14b32
commit
ead8431119
|
@ -1,6 +1,6 @@
|
||||||
all: x86_generic
|
all: x86-generic
|
||||||
|
|
||||||
x86_generic:
|
x86-generic:
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
ADDITIONAL_INSTALL="install-x86-network-config install-x86-firewall-rules" \
|
ADDITIONAL_INSTALL="install-x86-network-config install-x86-firewall-rules" \
|
||||||
OPENWRT_TARGET="x86/generic" \
|
OPENWRT_TARGET="x86/generic" \
|
||||||
|
@ -8,7 +8,7 @@ x86_generic:
|
||||||
OPENWRT_PROFILE="generic" \
|
OPENWRT_PROFILE="generic" \
|
||||||
build
|
build
|
||||||
|
|
||||||
run_x86_generic: bin/$(OPENWRT_VERSION)/x86/generic/generic/openwrt-$(OPENWRT_VERSION)-emissary-*-ext4-combined.img
|
run-x86-generic: bin/$(OPENWRT_VERSION)/x86/generic/generic/openwrt-$(OPENWRT_VERSION)-emissary-*-ext4-combined.img
|
||||||
qemu-system-x86_64 \
|
qemu-system-x86_64 \
|
||||||
-enable-kvm \
|
-enable-kvm \
|
||||||
-nographic \
|
-nographic \
|
Loading…
Reference in New Issue