diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-11-08 15:56:39 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-11-08 15:56:39 +0100 |
commit | 29f12fefc01039e9a14fade54b24e5ba8be35f9e (patch) | |
tree | fe8e593929e77bb8e8394d3715a9781fe34b3928 /target/linux/bcm47xx/Makefile | |
parent | 6cdac994012003065a7040ceba3186f80db3cdbe (diff) | |
download | upstream-29f12fefc01039e9a14fade54b24e5ba8be35f9e.tar.gz upstream-29f12fefc01039e9a14fade54b24e5ba8be35f9e.tar.bz2 upstream-29f12fefc01039e9a14fade54b24e5ba8be35f9e.zip |
bcm47xx: switch to kernel 5.10
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm47xx/Makefile')
-rw-r--r-- | target/linux/bcm47xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm47xx/Makefile b/target/linux/bcm47xx/Makefile index 729ca1b573..3a48201851 100644 --- a/target/linux/bcm47xx/Makefile +++ b/target/linux/bcm47xx/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) FEATURES:=squashfs usb SUBTARGETS:=generic mips74k legacy -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. |