2012-01-15 07:02:56 +08:00
|
|
|
#
|
2014-03-26 19:34:39 +08:00
|
|
|
# Copyright (C) 2012-2014 OpenWrt.org
|
2012-01-15 07:02:56 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
2013-11-08 20:37:39 +08:00
|
|
|
BOARD:=omap
|
|
|
|
BOARDNAME:=TI OMAP3/4/AM33xx
|
2014-06-11 20:59:22 +08:00
|
|
|
FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=cortex-a9
|
2013-09-27 06:43:06 +08:00
|
|
|
CPU_SUBTYPE:=vfpv3
|
2012-01-15 07:02:56 +08:00
|
|
|
|
2014-03-26 19:34:39 +08:00
|
|
|
LINUX_VERSION:=3.13.7
|
2012-05-04 05:51:58 +08:00
|
|
|
|
2012-01-15 07:02:56 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
2013-11-08 20:44:38 +08:00
|
|
|
KERNELNAME:="zImage dtbs"
|
2012-01-15 07:02:56 +08:00
|
|
|
|
2013-11-18 20:05:11 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2013-11-08 20:37:39 +08:00
|
|
|
DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
|
2012-01-15 07:02:56 +08:00
|
|
|
|
|
|
|
define Target/Description
|
2013-11-08 20:37:39 +08:00
|
|
|
TI OMAP boards
|
2012-01-15 07:02:56 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|