2010-08-08 14:16:48 +00:00
|
|
|
#
|
2015-10-09 07:46:12 +00:00
|
|
|
# Copyright (C) 2010-2015 OpenWrt.org
|
2010-08-08 14:16:48 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=omap24xx
|
2012-07-29 13:20:35 +00:00
|
|
|
BOARDNAME:=TI OMAP24xx
|
2011-10-26 14:54:26 +00:00
|
|
|
MAINTAINER:=Michael Buesch <m@bues.ch>
|
2013-06-05 20:58:55 +00:00
|
|
|
FEATURES:=targz squashfs jffs2_nand usb usbgadget display gpio audio broken
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=arm1136j-s
|
2010-08-08 14:16:48 +00:00
|
|
|
|
2015-10-07 08:30:58 +00:00
|
|
|
KERNEL_PATCHVER:=4.1
|
2010-08-08 14:16:48 +00:00
|
|
|
|
2015-10-09 07:46:12 +00:00
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
|
2010-08-08 14:16:48 +00:00
|
|
|
define Target/Description
|
|
|
|
TI OMAP-24xx
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|