diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-18 21:53:31 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-18 23:27:17 +0200 |
commit | 2af10c30fe5a7f1d13a790187868c1ee2209a575 (patch) | |
tree | 22982b574bd6e05265fb324931426a9d0f112240 /target/linux/brcm47xx | |
parent | db4550c4c812c5bf146e654845008e78c62c16d1 (diff) | |
download | upstream-2af10c30fe5a7f1d13a790187868c1ee2209a575.tar.gz upstream-2af10c30fe5a7f1d13a790187868c1ee2209a575.tar.bz2 upstream-2af10c30fe5a7f1d13a790187868c1ee2209a575.zip |
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 <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <hauke@hauke-m.de> -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. |