2013-05-29 09:27:29 +08:00
|
|
|
#
|
2014-05-14 05:56:05 +08:00
|
|
|
# Copyright (C) 2013-2014 OpenWrt.org
|
2013-05-29 09:27:29 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=imx6
|
2014-05-14 05:56:05 +08:00
|
|
|
BOARDNAME:=Freescale i.MX 6
|
2014-06-11 20:59:22 +08:00
|
|
|
FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=cortex-a9
|
2014-02-28 06:41:40 +08:00
|
|
|
CPU_SUBTYPE:=neon
|
2013-05-29 09:27:29 +08:00
|
|
|
MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
|
|
|
|
2016-01-18 14:40:16 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2013-05-29 09:27:29 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage dtbs
|
2013-05-29 09:27:29 +08:00
|
|
|
|
2015-04-17 21:47:13 +08:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools
|
|
|
|
|
2013-05-29 09:27:29 +08:00
|
|
|
$(eval $(call BuildTarget))
|