Makefile 554 B

123456789101112131415161718192021222324
  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. ARCH:=mipsel
  9. BOARD:=adm8668
  10. BOARDNAME:=Infineon WildPass ADM8668
  11. FEATURES:=squashfs usb pci
  12. MAINTAINER:=Florian Fainelli <florian@openwrt.org>
  13. KERNEL_PATCHVER:=3.18
  14. include $(INCLUDE_DIR)/target.mk
  15. define Target/Description
  16. Build firmware images for Infineon WildPass (ADM8668) based routers
  17. (e.g. T-Mobile branded Linksys WRTU54G-TM)
  18. endef
  19. $(eval $(call BuildTarget))