2010-08-08 14:16:48 +00:00
|
|
|
#
|
2011-01-27 20:20:27 +00:00
|
|
|
# Copyright (C) 2010-2011 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
|
|
|
|
BOARDNAME:=TI OMAP-24xx
|
2011-10-26 14:54:26 +00:00
|
|
|
MAINTAINER:=Michael Buesch <m@bues.ch>
|
2010-08-26 19:54:08 +00:00
|
|
|
FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio
|
2010-08-08 14:16:48 +00:00
|
|
|
|
2011-10-30 22:42:00 +00:00
|
|
|
LINUX_VERSION:=3.1
|
2010-08-08 14:16:48 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
TI OMAP-24xx
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|