2008-02-09 01:17:45 +08:00
|
|
|
|
2007-03-18 17:40:51 +08: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 23:43:52 +08:00
|
|
|
FEATURES:=squashfs jffs2 atm
|
2007-03-18 17:40:51 +08:00
|
|
|
|
2008-11-13 01:49:01 +08:00
|
|
|
LINUX_VERSION:=2.6.26.8
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2007-03-18 17:40:51 +08:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for TI AR7 based routers
|
|
|
|
endef
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|