diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-24 20:59:54 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-03 16:25:04 +0200 |
commit | 23273044a8db6c8d5245169b29b0a18dd66ce8ad (patch) | |
tree | 372da1bbb0fb4a90a000f2a4e2722312253303f7 /target | |
parent | 29b412b8c511f50c4efb40a66a513cd4d015e5d6 (diff) | |
download | upstream-23273044a8db6c8d5245169b29b0a18dd66ce8ad.tar.gz upstream-23273044a8db6c8d5245169b29b0a18dd66ce8ad.tar.bz2 upstream-23273044a8db6c8d5245169b29b0a18dd66ce8ad.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')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 3 |
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 |