netlogic: add XLR/XLP support
[openwrt/openwrt.git] / target / linux / netlogic / Makefile
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
9 ARCH:=mips64
10 BOARD:=netlogic
11 BOARDNAME:=Broadcom/Netlogic XLP/XLR
12 FEATURES:=squashfs jffs2 ext4 pci usb
13 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
14 SUBTARGETS:=xlp xlr
15
16 LINUX_VERSION:=3.14.16
17
18 include $(INCLUDE_DIR)/target.mk
19
20 $(eval $(call BuildTarget))