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