2021-02-10 13:52:34 +00: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 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
|
2023-05-01 15:52:34 +00:00
|
|
|
FEATURES:=usb usbgadget ext4 targz fpu audio display nand rootfs-part squashfs source-only
|
2017-04-18 17:58:20 +00:00
|
|
|
CPU_TYPE:=cortex-a8
|
2013-09-26 22:43:06 +00:00
|
|
|
CPU_SUBTYPE:=vfpv3
|
2022-12-19 15:47:35 +00:00
|
|
|
SUBTARGETS:=generic
|
2012-01-14 23:02:56 +00:00
|
|
|
|
2024-02-08 09:38:14 +00:00
|
|
|
KERNEL_PATCHVER:=6.1
|
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 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2018-07-19 06:58:42 +00:00
|
|
|
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
|
|
|
|
|
2012-01-14 23:02:56 +00:00
|
|
|
$(eval $(call BuildTarget))
|