2008-02-08 17:17:45 +00:00
|
|
|
|
2007-03-18 09:40:51 +00:00
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=ar7
|
|
|
|
BOARDNAME:=TI AR7
|
2007-06-18 15:43:52 +00:00
|
|
|
FEATURES:=squashfs jffs2 atm
|
2007-03-18 09:40:51 +00:00
|
|
|
|
2008-11-12 17:49:01 +00:00
|
|
|
LINUX_VERSION:=2.6.26.8
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2007-03-18 09:40:51 +00:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for TI AR7 based routers
|
|
|
|
endef
|
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|