ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / omap / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2012-2014 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=omap
9 BOARDNAME:=TI OMAP3/4/AM33xx
10 FEATURES:=usb usbgadget ext4 targz fpu audio display nand rootfs-part squashfs source-only
11 CPU_TYPE:=cortex-a8
12 CPU_SUBTYPE:=vfpv3
13 SUBTARGETS:=generic
14
15 KERNEL_PATCHVER:=6.1
16
17 KERNELNAME:=zImage dtbs
18
19 define Target/Description
20 TI OMAP boards
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
26
27 $(eval $(call BuildTarget))