[PATCH v2 0/5] zynq: add support for kernel 5.10 and switch to it by default

Luis Araneda luaraneda at gmail.com
Sat Oct 9 19:55:01 PDT 2021


This series adds support for kernel 5.10 and then switches to it by default.

The second patch removes the wireless extensions symbols
from the target kernel config to fix the compilation
of several wireless drivers that require support for it.

As the series is introducing and switching to 5.10, I didn't want to remove 5.4
files to give some time in case regressions appear.

compile-tested: all devices from target (wth ALL_KMODS)
run-tested: Digilent Zybo Z7-20

Signed-off-by: Luis Araneda <luaraneda at gmail.com>

--- 
Changes from v1:
  - Add new patch to remove wireless extensions symbols
    and fix compilation of some wireless drivers

Luis Araneda (5):
  zynq: kernel: refresh config
  zynq: kernel: remove wireless extensions symbols
  zynq: kernel: copy config from 5.4 to 5.10
  zynq: kernel: update config for 5.10
  zynq: switch to kernel 5.10

 target/linux/zynq/Makefile    |   2 +-
 target/linux/zynq/config-5.10 | 552 ++++++++++++++++++++++++++++++++++
 target/linux/zynq/config-5.4  |  99 +-----
 3 files changed, 555 insertions(+), 98 deletions(-)
 create mode 100644 target/linux/zynq/config-5.10

-- 
2.33.0




More information about the openwrt-devel mailing list