2011-03-18 21:25:32 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2007-03-18 17:40:51 +08: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
|
2014-07-07 02:09:30 +08:00
|
|
|
FEATURES:=squashfs atm low_mem
|
2011-05-06 20:37:36 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2012-11-12 00:11:29 +08:00
|
|
|
SUBTARGETS:=generic ac49x
|
2007-03-18 17:40:51 +08:00
|
|
|
|
2015-02-13 15:29:32 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2012-11-16 21:00:55 +08:00
|
|
|
DEFAULT_PACKAGES+= swconfig
|
2009-02-23 02:55:21 +08:00
|
|
|
|
2007-03-18 17:40:51 +08:00
|
|
|
define Target/Description
|
2009-05-30 16:54:55 +08:00
|
|
|
Build firmware images for TI AR7 based routers.
|
2007-03-18 17:40:51 +08:00
|
|
|
endef
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|