From: Imre Kaloz Date: Sun, 29 Mar 2015 12:17:39 +0000 (+0000) Subject: x86_64: add description, maintainership X-Git-Tag: reboot~3599 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ebf1e2461ae5796fb9d98ce0cadd56cd4f0716c7;p=openwrt%2Fopenwrt.git x86_64: add description, maintainership Signed-off-by: Imre Kaloz SVN-Revision: 45138 --- diff --git a/target/linux/x86/64/target.mk b/target/linux/x86/64/target.mk index 75cfe4c245..40c4e32b64 100644 --- a/target/linux/x86/64/target.mk +++ b/target/linux/x86/64/target.mk @@ -1,3 +1,8 @@ ARCH:=x86_64 BOARDNAME:=x86_64 DEFAULT_PACKAGES += kmod-e1000 kmod-r8169 +MAINTAINER:=Imre Kaloz + +define Target/Description + Build images for 64 bit systems including virtualized guests. +endef