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 atm low_mem
13MAINTAINER:=Florian Fainelli <florian@openwrt.org>
14SUBTARGETS:=generic ac49x
15
16KERNEL_PATCHVER:=3.18
17
18include $(INCLUDE_DIR)/target.mk
19
20DEFAULT_PACKAGES+= swconfig
21
22define Target/Description
23	Build firmware images for TI AR7 based routers.
24endef
25
26$(eval $(call BuildTarget))
27