Makefile 726 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 <hauke@hauke-m.de>
  14. KERNEL_PATCHVER:=3.18
  15. include $(INCLUDE_DIR)/target.mk
  16. define Target/Description
  17. Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
  18. endef
  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))