Author: kaloz Date: 2015-03-29 14:17:39 +0200 (Sun, 29 Mar 2015) New Revision: 45138
Modified: trunk/target/linux/x86/64/target.mk Log: x86_64: add description, maintainership Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/x86/64/target.mk =================================================================== --- trunk/target/linux/x86/64/target.mk 2015-03-29 10:43:07 UTC (rev 45137) +++ trunk/target/linux/x86/64/target.mk 2015-03-29 12:17:39 UTC (rev 45138) @@ -1,3 +1,8 @@ ARCH:=x86_64 BOARDNAME:=x86_64 DEFAULT_PACKAGES += kmod-e1000 kmod-r8169 +MAINTAINER:=Imre Kaloz <[email protected]> + +define Target/Description + Build images for 64 bit systems including virtualized guests. +endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
