From: Hauke Mehrtens Date: Wed, 18 Oct 2017 19:53:31 +0000 (+0200) Subject: brcm47xx: use kernel 4.9 by default X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fstintel.git;a=commitdiff_plain;h=2af10c30fe5a7f1d13a790187868c1ee2209a575 brcm47xx: use kernel 4.9 by default Kernel 4.9 is now working on the brcm47xx boards, we just recently fixed the problem that some boards did not boot at all, by changing the memory regions used to relocate the kernel to in the loader. Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 73b7bff4f3..f0ac7f94a0 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs usb SUBTARGETS:=generic mips74k legacy MAINTAINER:=Hauke Mehrtens -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.9 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.