mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-13 23:46:58 +08:00
8 lines
217 B
Makefile
8 lines
217 B
Makefile
![]() |
ARCH:=x86_64
|
||
|
BOARDNAME:=x86_64
|
||
|
DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169 kmod-igb
|
||
|
|
||
|
define Target/Description
|
||
|
Build images for 64 bit systems including virtualized guests.
|
||
|
endef
|