X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fimx6%2FMakefile;h=479b48e0357f3ac0ab653f5b1e546b31bf9af25d;hb=22045c383dc32f620a5da8909a98a58320926e02;hp=b5d0cef6fe32fdfeec6c82f21713a2d80a988daf;hpb=ee5b7c28599250ae68d2e421710df10dfea8d77c;p=openwrt%2Fstaging%2Fluka.git diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index b5d0cef6fe..479b48e035 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,18 +8,18 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=imx6 -BOARDNAME:=Freescale i.MX 6 Series -FEATURES:=audio display gpio pcie usb usbgadget squashfs targz ubifs +BOARDNAME:=Freescale i.MX 6 +FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs CPU_TYPE:=cortex-a9 -CPU_SUBTYPE:=vfpv3 +CPU_SUBTYPE:=neon MAINTAINER:=Luka Perkov -LINUX_VERSION:=3.10.15 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))