google-veyron-jerry: add WiFi/BT firmware (MR 3173)
[ci:skip-build] already built successfully in CI
This commit is contained in:
parent
3346f16f6a
commit
25b2afb40c
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Timothy Valldeperas <tvall43@gmail.com>
|
# Maintainer: Timothy Valldeperas <tvall43@gmail.com>
|
||||||
pkgname=device-google-veyron-jerry
|
pkgname=device-google-veyron-jerry
|
||||||
pkgdesc="Google Veyron Jerry Chromebook"
|
pkgdesc="Google Veyron Jerry Chromebook"
|
||||||
pkgver=0.3
|
pkgver=0.4
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -10,6 +10,7 @@ arch="armv7"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="postmarketos-base linux-postmarketos-rockchip mesa-dri-gallium"
|
depends="postmarketos-base linux-postmarketos-rockchip mesa-dri-gallium"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||||
source="
|
source="
|
||||||
deviceinfo
|
deviceinfo
|
||||||
extlinux.conf
|
extlinux.conf
|
||||||
|
@ -23,7 +24,12 @@ package() {
|
||||||
devicepkg_package $startdir $pkgname
|
devicepkg_package $startdir $pkgname
|
||||||
install -D -m644 "$srcdir"/extlinux.conf \
|
install -D -m644 "$srcdir"/extlinux.conf \
|
||||||
"$pkgdir"/boot/extlinux/extlinux.conf
|
"$pkgdir"/boot/extlinux/extlinux.conf
|
||||||
|
}
|
||||||
|
|
||||||
|
nonfree_firmware() {
|
||||||
|
pkgdesc="WiFi/BT firmware"
|
||||||
|
depends="linux-firmware-mrvl"
|
||||||
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
|
|
Loading…
Reference in a new issue