Switching the rest to 5.18.y (#3860)

* Update kernel configs

* Switch sunxi edge to 5.18.y

* Move sunxi to 5.18.y and re-enable AUFS

* Change version - temporally to make a build from here

* Update config

* 88xx was fixed in the mean time.

* Put version back

* Fix sunxi legacy, disable aufs on 5.10.y since its broken

* Upstream changed in the mean time

* Add a patch to enable 8821cu compilation at 5.18

https://github.com/armbian/build/pull/3814

* Re-enable CONFIG_RTL8822BU in edge

* Update CONFIG_RTL8XXXU

* Bump imx6

* Bump uefi kernels to 5.18.y

* Bump mvebu64 and switch odroid xu4 to 5.18
This commit is contained in:
Igor Pečovnik
2022-06-07 07:49:08 +02:00
committed by GitHub
parent 1d7e045949
commit 8ba7b7e214
28 changed files with 3999 additions and 2758 deletions

View File

@@ -24,8 +24,10 @@ case $BRANCH in
edge)
KERNELBRANCH='branch:linux-5.17.y'
;;
KERNELSOURCE='https://github.com/tobetter/linux'
KERNELBRANCH='branch:odroid-5.18.y'
KERNELDIR='linux-odroidxu4'
;;
esac