Files
immortalwrt/target/linux/omap/Makefile
Andre Heider 8e6c5479e0 omap: switch to kernel 5.10
Signed-off-by: Andre Heider <a.heider@gmail.com>
2021-11-23 00:09:21 +08:00

30 lines
553 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2012-2014 OpenWrt.org
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=omap
BOARDNAME:=TI OMAP3/4/AM33xx
FEATURES:=usb usbgadget ext4 targz fpu audio display nand squashfs
CPU_TYPE:=cortex-a8
CPU_SUBTYPE:=vfpv3
KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10
MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
KERNELNAME:=zImage dtbs
define Target/Description
TI OMAP boards
endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
$(eval $(call BuildTarget))