2013-05-29 09:27:29 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
BOARDNAME:=Freescale i.MX 6 Series
|
2013-10-18 08:02:45 +08:00
|
|
|
FEATURES:=audio display gpio pcie usb usbgadget squashfs targz ubifs
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=cortex-a9
|
2013-09-27 06:43:06 +08:00
|
|
|
CPU_SUBTYPE:=vfpv3
|
2013-05-29 09:27:29 +08:00
|
|
|
MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
|
|
|
|
2013-10-23 20:51:05 +08:00
|
|
|
LINUX_VERSION:=3.10.17
|
2013-05-29 09:27:29 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="zImage dtbs"
|
|
|
|
|
2013-10-02 08:33:49 +08:00
|
|
|
DEFAULT_PACKAGES +=
|
2013-05-29 09:27:29 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|