Makefile 731 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Copyright (C) 2006-2009 OpenWrt.org
  3. # Copyright (C) 2016 LEDE project
  4. #
  5. # This is free software, licensed under the GNU General Public License v2.
  6. # See /LICENSE for more information.
  7. #
  8. include $(TOPDIR)/rules.mk
  9. ARCH:=mips
  10. BOARD:=brcm63xx
  11. BOARDNAME:=Broadcom BCM63xx
  12. SUBTARGETS:=generic smp
  13. FEATURES:=squashfs usb atm pci pcmcia usbgadget
  14. KERNEL_PATCHVER:=4.4
  15. MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
  16. include $(INCLUDE_DIR)/target.mk
  17. DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
  18. define Target/Description
  19. Build firmware images for Broadcom based xDSL/routers
  20. currently supports BCM6338, BCM6348 and BCM6358 based devices.
  21. (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
  22. endef
  23. $(eval $(call BuildTarget))