2010-08-08 22:16:48 +08:00
|
|
|
#
|
2011-01-28 04:20:27 +08:00
|
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
2010-08-08 22:16:48 +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
|
|
|
|
BOARD:=omap24xx
|
2012-07-29 21:20:35 +08:00
|
|
|
BOARDNAME:=TI OMAP24xx
|
2011-10-26 22:54:26 +08:00
|
|
|
MAINTAINER:=Michael Buesch <m@bues.ch>
|
2013-06-06 04:58:55 +08:00
|
|
|
FEATURES:=targz squashfs jffs2_nand usb usbgadget display gpio audio broken
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=arm1136j-s
|
2010-08-08 22:16:48 +08:00
|
|
|
|
2015-03-20 02:45:32 +08:00
|
|
|
KERNEL_PATCHVER:=4.0
|
2010-08-08 22:16:48 +08:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
TI OMAP-24xx
|
|
|
|
endef
|
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage
|
2013-06-28 03:58:31 +08:00
|
|
|
|
2010-08-08 22:16:48 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|