Makefile 526 B

123456789101112131415161718192021222324
  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:=6.6
  11. define Target/Description
  12. Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
  13. endef
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += swconfig nvram otrx \
  16. kmod-leds-gpio kmod-gpio-button-hotplug
  17. $(eval $(call BuildTarget))