4eb06d168108dba79004599553f2851dc667b664
[openwrt/openwrt.git] / target / linux / adm8668 / Makefile
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 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=mipsel
10 BOARD:=adm8668
11 BOARDNAME:=Infineon WildPass ADM8668
12 FEATURES:=squashfs
13
14 LINUX_VERSION:=2.6.36.1
15
16 include $(INCLUDE_DIR)/target.mk
17 DEFAULT_PACKAGES += wpad-mini kmod-rt61-pci
18 # kmod-switch kmod-diag nvram
19
20 define Target/Description
21 Build firmware images for Infineon WildPass (ADM8668) based routers
22 (e.g. T-Mobile branded Linksys WRTU54G-TM)
23 endef
24
25 $(eval $(call BuildTarget))