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 19:00:10 +02: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
|
2018-07-19 09:59:43 +03:00
|
|
|
FEATURES:=usb usbgadget ext4 targz fpu audio display nand squashfs
|
2017-04-18 19:58:20 +02:00
|
|
|
CPU_TYPE:=cortex-a8
|
2013-09-26 22:43:06 +00:00
|
|
|
CPU_SUBTYPE:=vfpv3
|
2012-01-14 23:02:56 +00:00
|
|
|
|
2018-02-19 15:53:53 +02:00
|
|
|
KERNEL_PATCHVER:=4.14
|
2012-05-03 21:51:58 +00:00
|
|
|
|
2016-05-28 17:42:12 +02: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 13:34:18 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2018-07-19 09:58:42 +03:00
|
|
|
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
|
|
|
|
|
2012-01-14 23:02:56 +00:00
|
|
|
$(eval $(call BuildTarget))
|