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