2013-05-29 01:27:29 +00:00
|
|
|
#
|
2014-05-13 21:56:05 +00:00
|
|
|
# Copyright (C) 2013-2014 OpenWrt.org
|
2013-05-29 01:27:29 +00: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-13 21:56:05 +00:00
|
|
|
BOARDNAME:=Freescale i.MX 6
|
2014-06-11 12:59:22 +00:00
|
|
|
FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=cortex-a9
|
2014-02-27 22:41:40 +00:00
|
|
|
CPU_SUBTYPE:=neon
|
2013-05-29 01:27:29 +00:00
|
|
|
MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
|
|
|
|
2014-09-10 21:40:19 +00:00
|
|
|
LINUX_VERSION:=3.14.18
|
2013-05-29 01:27:29 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="zImage dtbs"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|