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