2010-01-19 13:53:56 +02:00
|
|
|
#
|
2011-03-18 15:25:32 +02:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2009-12-14 12:35:16 +02:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
2009-12-14 22:58:18 +02:00
|
|
|
BOARD:=omap35xx
|
|
|
|
BOARDNAME:=TI OMAP35xx
|
2011-03-30 14:37:08 +03:00
|
|
|
FEATURES:=ubifs targz broken
|
2010-06-21 14:59:59 +03:00
|
|
|
SUBTARGETS=beagleboard gumstix
|
2009-12-14 12:35:16 +02:00
|
|
|
|
2011-03-18 15:25:32 +02:00
|
|
|
LINUX_VERSION:=2.6.32.33
|
2009-12-14 12:35:16 +02:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
DEVICE_TYPE=developerboard
|
|
|
|
|
|
|
|
define Target/Description
|
2009-12-14 22:58:18 +02:00
|
|
|
omap35xx arm
|
2009-12-14 12:35:16 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|