Skip to content
Snippets Groups Projects

Depend on initramfs-minimal for a bunch of samsung devices to make them flashable again

Merged Imported Administrator requested to merge minimal-initramfs into master
9 files
+ 36
15
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -3,7 +3,7 @@
pkgname=device-samsung-chagallwifi
pkgdesc="Samsung Galaxy Tab S 10.5"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@@ -43,7 +43,7 @@ kernel_downstream() {
kernel_mainline() {
pkgdesc="Mainline WIP (usb networking and wifi works but not much else)"
depends="linux-postmarketos-exynos5"
depends="linux-postmarketos-exynos5 postmarketos-initramfs-minimal"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}
Loading