Author: kaloz Date: 2015-02-05 17:31:52 +0100 (Thu, 05 Feb 2015) New Revision: 44268
Modified: trunk/target/linux/mvebu/Makefile Log: mvebu: don't generate targz images by default Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/mvebu/Makefile =================================================================== --- trunk/target/linux/mvebu/Makefile 2015-02-05 15:41:07 UTC (rev 44267) +++ trunk/target/linux/mvebu/Makefile 2015-02-05 16:31:52 UTC (rev 44268) @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2014 OpenWrt.org +# Copyright (C) 2012-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ ARCH:=arm BOARD:=mvebu BOARDNAME:=Marvell Armada XP/370 -FEATURES:=targz usb pci pcie gpio nand squashfs +FEATURES:=usb pci pcie gpio nand squashfs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Imre Kaloz <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
