Makefile 698 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (C) 2006-2009 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:=mips
  9. BOARD:=brcm63xx
  10. BOARDNAME:=Broadcom BCM63xx
  11. SUBTARGETS:=generic smp
  12. FEATURES:=squashfs usb atm pci pcmcia usbgadget
  13. KERNEL_PATCHVER:=3.18
  14. MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
  17. define Target/Description
  18. Build firmware images for Broadcom based xDSL/routers
  19. currently supports BCM6338, BCM6348 and BCM6358 based devices.
  20. (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
  21. endef
  22. $(eval $(call BuildTarget))