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