Makefile 724 B

12345678910111213141516171819202122232425262728
  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 <hauke@hauke-m.de>
  14. KERNEL_PATCHVER:=4.4
  15. define Target/Description
  16. Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
  17. endef
  18. include $(INCLUDE_DIR)/target.mk
  19. DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \
  20. kmod-leds-gpio kmod-gpio-button-hotplug \
  21. kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
  22. $(eval $(call BuildTarget))