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
13MAINTAINER:=Florian Fainelli <florian@openwrt.org>
14
15LINUX_VERSION:=3.3.8
16
17include $(INCLUDE_DIR)/target.mk
18DEFAULT_PACKAGES += wpad-mini kmod-rt61-pci
19# kmod-switch kmod-diag nvram
20
21define Target/Description
22	Build firmware images for Infineon WildPass (ADM8668) based routers
23	(e.g. T-Mobile branded Linksys WRTU54G-TM)
24endef
25
26$(eval $(call BuildTarget))
27