2010-11-07 02:54:20 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=adm8668
|
|
|
|
BOARDNAME:=Infineon WildPass ADM8668
|
2012-12-07 06:40:54 +08:00
|
|
|
FEATURES:=squashfs usb pci
|
2011-05-06 20:37:36 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2010-11-07 02:54:20 +08:00
|
|
|
|
2015-03-29 02:18:50 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2010-11-07 02:54:20 +08:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Infineon WildPass (ADM8668) based routers
|
|
|
|
(e.g. T-Mobile branded Linksys WRTU54G-TM)
|
|
|
|
endef
|
|
|
|
|
2016-09-04 19:34:18 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-11-07 02:54:20 +08:00
|
|
|
$(eval $(call BuildTarget))
|