aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-27 15:51:20 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-27 15:51:20 +0200
commit5cf4ef4d8607ae2b8417365fecae706dbed350e7 (patch)
treeb4dae6c807c7b15bfb8a73341983af0d712966a8 /target/linux/brcm63xx
parentb65b434919da9e4c1509a6cd7e36b80f66a4933c (diff)
downloadmaster-187ad058-5cf4ef4d8607ae2b8417365fecae706dbed350e7.tar.gz
master-187ad058-5cf4ef4d8607ae2b8417365fecae706dbed350e7.tar.bz2
master-187ad058-5cf4ef4d8607ae2b8417365fecae706dbed350e7.zip
brcm63xx: switch to linux 4.4
Boot tested on AR-5381u, AR-5387un and WAP-5813n Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r--target/linux/brcm63xx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile
index f96897cfd1..0dba065d0d 100644
--- a/target/linux/brcm63xx/Makefile
+++ b/target/linux/brcm63xx/Makefile
@@ -1,5 +1,6 @@
#
# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2016 LEDE project
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -11,7 +12,7 @@ BOARD:=brcm63xx
BOARDNAME:=Broadcom BCM63xx
SUBTARGETS:=generic smp
FEATURES:=squashfs usb atm pci pcmcia usbgadget
-KERNEL_PATCHVER:=4.1
+KERNEL_PATCHVER:=4.4
MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
include $(INCLUDE_DIR)/target.mk