linux-smol: upgrade to 5.15.37
This commit is contained in:
parent
93a4251b44
commit
5925dc1722
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=linux-smol
|
||||
pkgver=5.15.30
|
||||
pkgver=5.15.37
|
||||
pkgrel=0
|
||||
pkgdesc="linux kernel but smol"
|
||||
url="https://www.kernel.org"
|
||||
|
@ -19,14 +19,16 @@ options="!check !strip"
|
|||
|
||||
build() {
|
||||
mv "$srcdir"/config .config
|
||||
make
|
||||
make vmlinux
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 arch/x86/boot/bzImage "$pkgdir"/usr/share/linux-smol/vmlinuz
|
||||
install -Dm755 vmlinux "$pkgdir"/usr/share/linux-smol/vmlinux
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
5a49b202fee86383eb3800398295af0f49b9d4963c28df63ed3cc4dc87ae9dd0ef900f95733faf5fe2d632746a2c3533b924eecbdcb4df22aad3cb68a837e299 linux-5.15.30.tar.xz
|
||||
44a2b32ff632b554cd30374a62056c223a630ae381372d5f8dd92b836aefc926f575d64fbf4b87d74192e48d9114fb4dd0a8ea36ff764d9d1d4d618b42a96c1e config
|
||||
afc84a10b96e70b859ec328f8d803d7e270264c8649492899292b92650840586c08e1df3196af41c09185e68f2d400cdc302bd0a474cd4ee86c34979098fae48 linux-5.15.37.tar.xz
|
||||
6c594e97e127ac00e385fb6bf139f7bbeccd57f17ab6e30aeb927d46aa4e6b3ca2284234226f540ae52fa8d8936d8f675ad667d4296ccf38f72a6ecf9966f436 config
|
||||
"
|
||||
|
|
|
@ -1751,7 +1751,7 @@ CONFIG_VIRTIO=y
|
|||
CONFIG_VIRTIO_MENU=y
|
||||
CONFIG_VIRTIO_BALLOON=y
|
||||
CONFIG_VIRTIO_MEM=y
|
||||
# CONFIG_VIRTIO_INPUT is not set
|
||||
CONFIG_VIRTIO_INPUT=y
|
||||
CONFIG_VIRTIO_MMIO=y
|
||||
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
|
||||
# CONFIG_VDPA is not set
|
||||
|
|
Reference in a new issue