oem-intel: include i915 module in initramfs (MR 4829)
This commit is contained in:
parent
160c63f12c
commit
65cc23c5b6
2 changed files with 8 additions and 2 deletions
1
device/community/oem-intel/00-oem-intel.modules
Normal file
1
device/community/oem-intel/00-oem-intel.modules
Normal file
|
@ -0,0 +1 @@
|
||||||
|
i915
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||||
pkgname=oem-intel
|
pkgname=oem-intel
|
||||||
pkgdesc="Intel device support"
|
pkgdesc="Intel device support"
|
||||||
pkgver=2
|
pkgver=3
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -19,9 +19,11 @@ subpackages="
|
||||||
$pkgname-nonfree-firmware:nonfree_firmware
|
$pkgname-nonfree-firmware:nonfree_firmware
|
||||||
$pkgname-vulkan
|
$pkgname-vulkan
|
||||||
"
|
"
|
||||||
|
source="00-oem-intel.modules"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "$pkgdir"
|
install -Dm644 00-oem-intel.modules \
|
||||||
|
-t "$pkgdir"/usr/share/mkinitfs/modules
|
||||||
}
|
}
|
||||||
|
|
||||||
libva() {
|
libva() {
|
||||||
|
@ -50,3 +52,6 @@ nonfree_firmware() {
|
||||||
|
|
||||||
mkdir -p "$subpkgdir"
|
mkdir -p "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
sha512sums="
|
||||||
|
48b8c0454c8c80e7ad0ebd139c01790eed3fbd4265bf4ce64882d354b091ac7f63084eaf2b00d1244a7a692c73fa900193724577f9a8d753fa8b6743fe1c8990 00-oem-intel.modules
|
||||||
|
"
|
||||||
|
|
Loading…
Reference in a new issue