Makefile 556 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2006-2008 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=mipsel
  6. BOARD:=bcm47xx
  7. BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
  8. FEATURES:=squashfs usb
  9. SUBTARGETS:=generic mips74k legacy
  10. KERNEL_PATCHVER:=5.15
  11. KERNEL_TESTING_PATCHVER:=6.1
  12. define Target/Description
  13. Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
  14. endef
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += swconfig nvram otrx \
  17. kmod-leds-gpio kmod-gpio-button-hotplug
  18. $(eval $(call BuildTarget))