nvidia-tegra-armv7: fix deviceinfo_dtb (MR 4626)
For some reason we don't have dtb subdirectories. Tested locally to pass pmbootstrap install and checked /boot for dtbs [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
f9c6d36d33
commit
6fc890efea
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=device-nvidia-tegra-armv7
|
||||
pkgdesc="NVIDIA Tegra ARMv7"
|
||||
pkgver=1
|
||||
pkgver=1.1
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -46,6 +46,6 @@ x11() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
c10ccac99172735315dff76f098a37d7f96d505480c3afd0e4299a9dd131eefdcddade60c6bb0db9c2519e5d860ff9e389733a6e648b19c2198c26c3377d011e deviceinfo
|
||||
e8d7c637130642a5ee5438e7f401c1870ecd1dcdca0305ab73fabf3d8548db5f054aeeacaf48abc46189bc1efdcbb5549e8afed263880e07b4932aee418041fc deviceinfo
|
||||
8ea2030fb0c1ae181778b86dc36ed71a904dd51e1fb08114c2a124a693fc7b464cfbb14efa8422db716fb9a647afa367df094abcc14f1ccc51af8b9063de8847 modules-initfs
|
||||
"
|
||||
|
|
|
@ -7,7 +7,7 @@ deviceinfo_name="NVIDIA Tegra ARMv7"
|
|||
deviceinfo_manufacturer="NVIDIA"
|
||||
deviceinfo_codename="nvidia-tegra-armv7"
|
||||
deviceinfo_year="2011"
|
||||
deviceinfo_dtb="nvidia/*"
|
||||
deviceinfo_dtb="tegra*"
|
||||
deviceinfo_arch="armv7"
|
||||
|
||||
# Device related
|
||||
|
|
Loading…
Reference in a new issue