Makefile 611 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2006-2019 OpenWrt.org
  4. # Copyright (C) 2016 LEDE project
  5. include $(TOPDIR)/rules.mk
  6. ARCH:=mips
  7. BOARD:=bcm63xx
  8. BOARDNAME:=Broadcom BCM63xx
  9. SUBTARGETS:=generic smp
  10. FEATURES:=squashfs usb atm pci pcmcia usbgadget
  11. KERNEL_PATCHVER:=5.4
  12. define Target/Description
  13. Build firmware images for Broadcom based xDSL/routers
  14. currently supports BCM6338, BCM6348 and BCM6358 based devices.
  15. (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
  16. endef
  17. include $(INCLUDE_DIR)/target.mk
  18. DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
  19. $(eval $(call BuildTarget))