upgrade 3.13 targets to 3.13.2, refresh patches
[openwrt/openwrt.git] / target / linux / omap / Makefile
1 #
2 # Copyright (C) 2012-2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arm
10 BOARD:=omap
11 BOARDNAME:=TI OMAP3/4/AM33xx
12 FEATURES:=usb usbgadget ext4 targz fpu audio display ubifs
13 CPU_TYPE:=cortex-a9
14 CPU_SUBTYPE:=vfpv3
15
16 LINUX_VERSION:=3.13.2
17
18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
19
20 KERNELNAME:="zImage dtbs"
21
22 include $(INCLUDE_DIR)/target.mk
23
24 DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
25
26 DEVICE_TYPE=developerboard
27
28 define Target/Description
29 TI OMAP boards
30 endef
31
32 $(eval $(call BuildTarget))