2008-02-09 01:17:45 +08:00
|
|
|
|
2009-05-30 16:54:55 +08:00
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2007-03-18 17:40:51 +08:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
2010-11-25 02:50:11 +08:00
|
|
|
LINUX_VERSION:=2.6.32.26
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2009-05-28 00:20:21 +08:00
|
|
|
DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \
|
2010-08-19 22:56:21 +08:00
|
|
|
kmod-acx swconfig
|
2009-02-23 02:55:21 +08:00
|
|
|
|
2007-03-18 17:40:51 +08:00
|
|
|
define Target/Description
|
2009-05-30 16:54:55 +08:00
|
|
|
Build firmware images for TI AR7 based routers.
|
2007-03-18 17:40:51 +08:00
|
|
|
endef
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|