1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 15:48:26 +02:00
openwrt/target/linux/lantiq
Hauke Mehrtens 9cfa5f7417 lantiq: Fix build after kernel 5.15.150
This fixes the following compile problem:
````
  CC      arch/mips/kernel/vpe-mt.o
arch/mips/kernel/vpe-mt.c: In function 'vpe_run':
arch/mips/kernel/vpe-mt.c:32:23: error: unused variable 'physical_memsize' [-Werror=unused-variable]
   32 |         unsigned long physical_memsize = 0L;
      |                       ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:289: arch/mips/kernel/vpe-mt.o] Error 1
````

physical_memsize was removed from upstream kernel, see:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=5b4f6c5ff65c8551018ccea40c569afd759734c0

Fixes: 387fde0da0 ("kernel: bump 5.15 to 5.15.150")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-03-08 14:49:09 +01:00
..
ase treewide: remove files for building 5.10 kernel 2023-05-12 13:02:43 +02:00
base-files
falcon treewide: remove files for building 5.10 kernel 2023-05-12 13:02:43 +02:00
files lantiq: add support for Arcadyan VRV9510KWAC23 2024-02-27 22:27:46 +01:00
image lantiq: add support for Arcadyan VRV9510KWAC23 2024-02-27 22:27:46 +01:00
patches-5.15 lantiq: Fix build after kernel 5.15.150 2024-03-08 14:49:09 +01:00
xrx200 lantiq: add support for Arcadyan VRV9510KWAC23 2024-02-27 22:27:46 +01:00
xway treewide: remove files for building 5.10 kernel 2023-05-12 13:02:43 +02:00
xway_legacy treewide: remove files for building 5.10 kernel 2023-05-12 13:02:43 +02:00
config-5.15 kernel: remove CRYPTO_BLAKE2S from all >=5.15 2023-07-08 16:54:01 +02:00
Makefile lantiq: switch to Kernel 5.15 by default 2023-05-04 07:00:37 +02:00
modules.mk