blob: 40c4e32b641935a83e72ce1d5313271a4210213d (
plain)
1
2
3
4
5
6
7
8
|
ARCH:=x86_64
BOARDNAME:=x86_64
DEFAULT_PACKAGES += kmod-e1000 kmod-r8169
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
define Target/Description
Build images for 64 bit systems including virtualized guests.
endef
|