mbox series

[OpenWrt-Devel,0/4] malta: kernel 5.4 support

Message ID 20200304091407.14821-1-yszhou4tech@gmail.com
Headers show
Series malta: kernel 5.4 support | expand

Message

Yousong Zhou March 4, 2020, 9:14 a.m. UTC
First patch in this series tries to move some common 5.4 options to
generic config.  Then it moves on to switching malta target to using 5.4
kernel by default

Yousong Zhou (4):
  kernel: 5.4: move some kconfig options to generic
  malta: add kernel 5.4 config
  malta: update kernel config-5.4
  malta: switch to kernel 5.4 by default

 target/linux/apm821xx/config-5.4        |   6 -
 target/linux/ath79/config-5.4           |   6 -
 target/linux/bcm27xx/bcm2708/config-5.4 |   6 -
 target/linux/bcm27xx/bcm2709/config-5.4 |   6 -
 target/linux/bcm27xx/bcm2710/config-5.4 |   6 -
 target/linux/bcm27xx/bcm2711/config-5.4 |   6 -
 target/linux/bcm53xx/config-5.4         |   6 -
 target/linux/generic/config-5.4         |  12 +-
 target/linux/imx6/config-5.4            |   6 -
 target/linux/ipq40xx/config-5.4         |   6 -
 target/linux/malta/Makefile             |   2 +-
 target/linux/malta/config-5.4           | 344 ++++++++++++++++++++++++
 target/linux/mediatek/mt7622/config-5.4 |   6 -
 target/linux/mediatek/mt7623/config-5.4 |   6 -
 target/linux/mediatek/mt7629/config-5.4 |   6 -
 target/linux/mpc85xx/config-5.4         |   1 -
 target/linux/x86/config-5.4             |   4 -
 17 files changed, 354 insertions(+), 81 deletions(-)
 create mode 100644 target/linux/malta/config-5.4

Comments

Petr Štetiar March 5, 2020, 12:39 p.m. UTC | #1
Yousong Zhou <yszhou4tech@gmail.com> [2020-03-04 17:14:03]:

Hi,

> First patch in this series tries to move some common 5.4 options to
> generic config.  Then it moves on to switching malta target to using 5.4
> kernel by default

looks good, just FYI the builds of malta/be[1] currently fails with:

 Package kmod-hwmon-sch5627 is missing dependencies for the following
 libraries:

  watchdog.ko

Strangely enough, builds of malta/be64[2], malta/le[3] and malta/le64[4] went
fine. I would simply expect all of them to fail, because neither of them has
WATCHDOG_CORE=y set.

Anyway, I've just sent out fix[5] for that build breakage, feel free to push
it along with the 5.4 support (if you of course agree with that proposed
change). 

For the whole series:

 Acked-by: Petr Štetiar <ynezz@true.cz>

1. https://gitlab.com/ynezz/openwrt/-/jobs/460306766
2. https://gitlab.com/ynezz/openwrt/-/jobs/458811306
3. https://gitlab.com/ynezz/openwrt/-/jobs/458811307
4. https://gitlab.com/ynezz/openwrt/-/jobs/458811308
5. https://patchwork.ozlabs.org/patch/1249520/ 

-- ynezz