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
|
|
|
|
FEATURES:=audio display gpio pcie usb usbgadget squashfs targz
|
|
|
|
CFLAGS:=-Os -pipe -mtune=cortex-a9 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp
|
|
|
|
MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
|
|
|
|
2013-09-16 00:00:41 +08:00
|
|
|
LINUX_VERSION:=3.10.12
|
2013-05-29 09:27:29 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="zImage dtbs"
|
|
|
|
|
2013-07-29 04:34:21 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
2013-08-30 07:06:32 +08:00
|
|
|
kmod-usb-chipidea kmod-usb-mxs-phy uboot-envtools
|
2013-05-29 09:27:29 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|