Makefile 571 B

12345678910111213141516171819202122232425
  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
  12. LINUX_VERSION:=2.6.36.1
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += wpad-mini kmod-rt61-pci
  15. # kmod-switch kmod-diag nvram
  16. define Target/Description
  17. Build firmware images for Infineon WildPass (ADM8668) based routers
  18. (e.g. T-Mobile branded Linksys WRTU54G-TM)
  19. endef
  20. $(eval $(call BuildTarget))