## Copyright (C) 2012-2014 OpenWrt.org## This is free software, licensed under the GNU General Public License v2.# See /LICENSE for more information.#include $(TOPDIR)/rules.mkARCH:=arm
BOARD:=omap
BOARDNAME:=TIOMAP3/4/AM33xx
FEATURES:=usbusbgadgetext4targzfpuaudiodisplaynandubifs
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=vfpv3
KERNEL_PATCHVER:=3.18
MAINTAINER:=ImreKaloz<kaloz@openwrt.org>
KERNELNAME:=zImagedtbs
include $(INCLUDE_DIR)/target.mkDEFAULT_PACKAGES+=uboot-omap-am335x_evmuboot-omap-omap3_beagleuboot-omap-omap3_overouboot-omap-omap4_panda
define Target/DescriptionTIOMAPboards
endef$(eval$(callBuildTarget))