kernel: update kernel 4.4 to version 4.4.15
[openwrt/openwrt.git] / target / linux / brcm63xx / Makefile
1 #
2 # Copyright (C) 2006-2009 OpenWrt.org
3 # Copyright (C) 2016 LEDE project
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8 include $(TOPDIR)/rules.mk
9
10 ARCH:=mips
11 BOARD:=brcm63xx
12 BOARDNAME:=Broadcom BCM63xx
13 SUBTARGETS:=generic smp
14 FEATURES:=squashfs usb atm pci pcmcia usbgadget
15 KERNEL_PATCHVER:=4.4
16 MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
21
22 define Target/Description
23 Build firmware images for Broadcom based xDSL/routers
24 currently supports BCM6338, BCM6348 and BCM6358 based devices.
25 (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
26 endef
27
28 $(eval $(call BuildTarget))