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
|
2010-09-30 10:50:51 +00:00
|
|
|
MAINTAINER:=Michael Buesch <mb@bu3sch.de>
|
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-06-18 15:52:15 +00:00
|
|
|
LINUX_VERSION:=2.6.38.8
|
2010-08-08 14:16:48 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
TI OMAP-24xx
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|