device-samsung-klimtlte: update kernel statuses (MR 4721)

Wifi is broken in downstream, but works in mainline.
This commit is contained in:
Henrik Grimler 2024-01-13 16:25:32 +01:00 committed by Clayton Craft
parent f21c045b68
commit f66cdf089c
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -32,7 +32,7 @@ package() {
}
kernel_downstream() {
pkgdesc="Display and wifi works (see device table for details)"
pkgdesc="Display works, wifi is broken (see device table for details)"
depends="
linux-samsung-klimtlte
msm-fb-refresher
@ -42,7 +42,7 @@ kernel_downstream() {
}
kernel_mainline() {
pkgdesc="Mainline WIP (usb networking works but not much else)"
pkgdesc="Mainline WIP (usb networking and wifi works but not much else)"
depends="linux-postmarketos-exynos5"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}