Makefile 747 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Copyright (C) 2006-2008 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. ARCH:=mipsel
  9. BOARD:=brcm47xx
  10. BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
  11. FEATURES:=squashfs usb
  12. SUBTARGETS:=generic mips74k legacy
  13. MAINTAINER:=Hauke Mehrtens <[email protected]>
  14. KERNEL_PATCHVER:=4.14
  15. KERNEL_TESTING_PATCHVER := 4.19
  16. define Target/Description
  17. Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
  18. endef
  19. include $(INCLUDE_DIR)/target.mk
  20. DEFAULT_PACKAGES += swconfig nvram otrx \
  21. kmod-leds-gpio kmod-gpio-button-hotplug \
  22. kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
  23. $(eval $(call BuildTarget))