summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/64/target.mk
blob: ac636b77c111caceeacc0ff367d0296dd7d578db (plain)
1
2
3
4
5
6
7
8
9
ARCH:=x86_64
BOARDNAME:=x86_64
DEFAULT_PACKAGES += kmod-e1000 kmod-r8169
ARCH_PACKAGES:=x86_64
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>

define Target/Description
        Build images for 64 bit systems including virtualized guests.
endef