X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fimx6%2FMakefile;h=5f7e17bc1be83deaa94ff86d3c00ec6edcc7db07;hp=b26e4818c1b2640e5d7756e54c467704cc2dad9e;hb=c5687c13a487a27da485c281d791a59aff2a2585;hpb=163295051f4dc190ec90c26d895a4bed0a7e20c7 diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index b26e4818c1..5f7e17bc1b 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 -CFLAGS:=-Os -pipe -mtune=cortex-a9 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp +BOARDNAME:=Freescale i.MX 6 +FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs +CPU_TYPE:=cortex-a9 +CPU_SUBTYPE:=neon MAINTAINER:=Luka Perkov -LINUX_VERSION:=3.10.10 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += \ - kmod-usb-chipidea kmod-usb-mxs-phy uboot-envtools +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))