diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-03-29 12:17:39 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-03-29 12:17:39 +0000 |
commit | ebf1e2461ae5796fb9d98ce0cadd56cd4f0716c7 (patch) | |
tree | 7c89d516285d054b2cad8fc556143a5545766dc7 /target | |
parent | 4ecc5c8ffec4bcc50efaf5d90a2583335a8c88eb (diff) | |
download | upstream-ebf1e2461ae5796fb9d98ce0cadd56cd4f0716c7.tar.gz upstream-ebf1e2461ae5796fb9d98ce0cadd56cd4f0716c7.tar.bz2 upstream-ebf1e2461ae5796fb9d98ce0cadd56cd4f0716c7.zip |
x86_64: add description, maintainership
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45138
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/64/target.mk | 5 |
1 files changed, 5 insertions, 0 deletions
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 <kaloz@openwrt.org> + +define Target/Description + Build images for 64 bit systems including virtualized guests. +endef |