x86: set ARCH_PACKAGES for the x86_64 subtarget (fixes #19425)
[openwrt/openwrt.git] / target / linux / x86 / 64 / target.mk
1 ARCH:=x86_64
2 BOARDNAME:=x86_64
3 DEFAULT_PACKAGES += kmod-e1000 kmod-r8169
4 ARCH_PACKAGES:=x86_64
5 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
6
7 define Target/Description
8 Build images for 64 bit systems including virtualized guests.
9 endef