X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fimx6%2FMakefile;h=ae6a9b0d5d79b232f1309396552fe611dcf60aa8;hb=cb2c0649ee85f4247a112031bdab822bb4d98ff6;hp=5e697f5d626ed854b7df38992eec96b1c7f01314;hpb=28d03a9983e9877e1c09bb0747bba0dfc08c6dc8;p=oweals%2Fopenwrt.git diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index 5e697f5d62..ae6a9b0d5d 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.4 +KERNEL_PATCHVER:=4.9 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += \ - kmod-usb-chipidea kmod-usb-mxs-phy +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))