2012-01-14 23:02:56 +00:00
|
|
|
#
|
2014-03-26 11:34:39 +00:00
|
|
|
# Copyright (C) 2012-2014 OpenWrt.org
|
2012-01-14 23:02:56 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2017-04-15 17:00:10 +00:00
|
|
|
|
2012-01-14 23:02:56 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
2013-11-08 12:37:39 +00:00
|
|
|
BOARD:=omap
|
|
|
|
BOARDNAME:=TI OMAP3/4/AM33xx
|
2014-06-11 12:59:22 +00:00
|
|
|
FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
|
2017-04-18 17:58:20 +00:00
|
|
|
CPU_TYPE:=cortex-a8
|
2013-09-26 22:43:06 +00:00
|
|
|
CPU_SUBTYPE:=vfpv3
|
2012-01-14 23:02:56 +00:00
|
|
|
|
2016-05-28 20:19:13 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2012-05-03 21:51:58 +00:00
|
|
|
|
2016-05-28 15:42:12 +00:00
|
|
|
MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
|
2012-01-14 23:02:56 +00:00
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=zImage dtbs
|
2012-01-14 23:02:56 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2013-11-08 12:37:39 +00:00
|
|
|
TI OMAP boards
|
2012-01-14 23:02:56 +00:00
|
|
|
endef
|
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2012-01-14 23:02:56 +00:00
|
|
|
$(eval $(call BuildTarget))
|