device-samsung-chagallwifi: 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:24:31 +01:00 committed by Clayton Craft
parent fe0edb541b
commit f21c045b68
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -33,7 +33,7 @@ package() {
} }
kernel_downstream() { kernel_downstream() {
pkgdesc="Display and wifi works (see device table for details)" pkgdesc="Display works, wifi is broken (see device table for details)"
depends=" depends="
linux-samsung-chagallwifi linux-samsung-chagallwifi
msm-fb-refresher msm-fb-refresher
@ -44,7 +44,7 @@ kernel_downstream() {
} }
kernel_mainline() { 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" depends="linux-postmarketos-exynos5"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
} }