1#
2# Copyright (C) 2006-2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=mipsel
10BOARD:=ar7
11BOARDNAME:=TI AR7
12FEATURES:=squashfs jffs2 atm
13MAINTAINER:=Florian Fainelli <florian@openwrt.org>
14
15LINUX_VERSION:=3.3.8
16
17include $(INCLUDE_DIR)/target.mk
18
19DEFAULT_PACKAGES+= kmod-mac80211 kmod-acx-mac80211 swconfig wpad-mini
20
21define Target/Description
22	Build firmware images for TI AR7 based routers.
23endef
24
25$(eval $(call BuildTarget))
26