1#
2# Copyright (C) 2010 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:=adm8668
11BOARDNAME:=Infineon WildPass ADM8668
12FEATURES:=squashfs usb pci
13MAINTAINER:=Florian Fainelli <florian@openwrt.org>
14
15KERNEL_PATCHVER:=3.18
16
17include $(INCLUDE_DIR)/target.mk
18
19define Target/Description
20	Build firmware images for Infineon WildPass (ADM8668) based routers
21	(e.g. T-Mobile branded Linksys WRTU54G-TM)
22endef
23
24$(eval $(call BuildTarget))
25