device-generic-x86_64: add modules to initfs to support emmc storage
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6444 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
29c5cea80f
commit
de59cdaa67
2 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=device-generic-x86_64
|
||||
pkgdesc="Generic x86_64 system, with EFI"
|
||||
pkgver=18
|
||||
pkgver=19
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -71,6 +71,6 @@ kernel_lts() {
|
|||
|
||||
sha512sums="
|
||||
c8a4b2dc32aa43e574e9fdb2d95ac50ee00e26703ae00f6f57cd8ab43cc16999d0da064d2af4c07f5f37a9d01691835a79a12a70cb4c09455ba276ffbbd14310 deviceinfo
|
||||
7f0e1dab2eaf0616220a06a658245a297f2627f1b6a492ccf3bb9922c5b40aa6fd320c4ec5f909557bfc9b38985ef6bc58a67dd87fc46e0d9d35addbcfb2683d modules-initfs
|
||||
45dcda9a8edbe5af3446d8d7922ea13f341c3d060afd3b74f43d213e122d0ca79c21962f76e7261cc680baa08982c9e86fd6f34bb0851768085a04801a0ce5ee modules-initfs
|
||||
9599a10679a43929e4ed2ea22269a0716219163817574d48db4dc1cb21a0fcf17ea54d77d5fd8efd034905c421ecb3eaa600a72927d683983ce48d1159329881 30-gpu-i915-firmware.files
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
ahci
|
||||
cqhci
|
||||
ehci_hcd
|
||||
ehci_pci
|
||||
hid-multitouch
|
||||
|
|
@ -16,7 +17,9 @@ psmouse
|
|||
scsi_mod
|
||||
sd
|
||||
sd_mod
|
||||
sdhci
|
||||
sdhci_acpi
|
||||
sdhci_pci
|
||||
sg
|
||||
uas
|
||||
usb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue