Makefile 586 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2013 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=arm
  6. BOARD:=bcm53xx
  7. BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
  8. FEATURES:=squashfs nand usb pci pcie gpio pwm
  9. CPU_TYPE:=cortex-a9
  10. SUBTARGETS:=generic
  11. KERNEL_PATCHVER:=6.6
  12. define Target/Description
  13. Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
  14. endef
  15. include $(INCLUDE_DIR)/target.mk
  16. KERNELNAME:=zImage dtbs
  17. DEFAULT_PACKAGES += nvram \
  18. osafeloader oseama otrx \
  19. kmod-gpio-button-hotplug \
  20. kmod-leds-gpio
  21. $(eval $(call BuildTarget))