2011-03-18 15:25:32 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2011 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
|
2012-05-06 17:04:19 +03:00
|
|
|
FEATURES:=squashfs jffs2 atm
|
2011-05-06 15:37:36 +03:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2007-03-18 11:40:51 +02:00
|
|
|
|
2012-05-24 00:05:32 +03:00
|
|
|
LINUX_VERSION:=3.3.7
|
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 \
|
2011-02-27 17:44:49 +02:00
|
|
|
kmod-acx-mac80211 swconfig hostapd
|
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))
|