Makefile 440 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2014 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:=mips64
  9. BOARD:=netlogic
  10. BOARDNAME:=Broadcom/Netlogic XLP/XLR
  11. FEATURES:=squashfs jffs2 ext4 pci usb
  12. MAINTAINER:=Florian Fainelli <florian@openwrt.org>
  13. SUBTARGETS:=xlp xlr
  14. KERNEL_PATCHVER:=3.18
  15. include $(INCLUDE_DIR)/target.mk
  16. $(eval $(call BuildTarget))