2021-02-10 14:52:34 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-01-14 23:02:56 +00:00
|
|
|
#
|
2014-03-26 11:34:39 +00:00
|
|
|
# Copyright (C) 2012-2014 OpenWrt.org
|
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
|
|
|
|
2020-03-23 11:38:33 +01:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2012-05-03 21:51:58 +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))
|