Author: kaloz Date: 2014-06-29 15:09:15 +0200 (Sun, 29 Jun 2014) New Revision: 41386
Modified: trunk/target/linux/mvebu/Makefile Log: [mvebu]: set nand and squashfs features Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/mvebu/Makefile =================================================================== --- trunk/target/linux/mvebu/Makefile 2014-06-29 13:06:48 UTC (rev 41385) +++ trunk/target/linux/mvebu/Makefile 2014-06-29 13:09:15 UTC (rev 41386) @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2013 OpenWrt.org +# Copyright (C) 2012-2014 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 +FEATURES:=targz usb pci pcie gpio nand squashfs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Luka Perkov <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
