mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
eca6946447
This package is useful by all subtargets, therefore move it to default packages selection. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
9 lines
225 B
Makefile
9 lines
225 B
Makefile
ARCH:=x86_64
|
|
BOARDNAME:=x86_64
|
|
DEFAULT_PACKAGES += kmod-e1000e kmod-e1000 kmod-r8169 kmod-igb kmod-bnx2 \
|
|
kmod-forcedeth
|
|
|
|
define Target/Description
|
|
Build images for 64 bit systems including virtualized guests.
|
|
endef
|