device-samsung-i9300: fix name of dtb variables (MR 2404)
When kernel variants were renamed in
69cd6ff843
these dtb vars were forgotten, making it impossible to boot a kernel
build with `pmbootstrap build linux-postmarketos-exynos4`, no dtb is
appended to the zImage and we get stuck on samsungs boot logo.
This commit is contained in:
parent
e447dbafc4
commit
25152c0fc0
2 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-samsung-i9300
|
||||
pkgdesc="Samsung Galaxy SIII"
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -59,5 +59,7 @@ nonfree_firmware() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="d4c20476b353e40e2f74f07088f000165ccc555f04bfa96e6b87ed03c59365f131dc4e1739fbd39e6633967cd393e010170c9c3a8ca62ba7e0b24966a9b2d59b deviceinfo
|
||||
d70a03210458c771f94db920a8d3162a03fc7727f0fbafef4c1575ebc659c937c082f5c7a4dcdd1572925b973d628c6f4cf895c3b8b2a59af8142824468fe7c4 90-android-touch-dev.rules"
|
||||
sha512sums="
|
||||
272070538661577f649bd21b34e863391900b673744feb0aee097842034a263aa7329f277130ebecac78a0bcb42e2fc9cebc8d51c5a7d80b4346c22dc5bcd6c4 deviceinfo
|
||||
d70a03210458c771f94db920a8d3162a03fc7727f0fbafef4c1575ebc659c937c082f5c7a4dcdd1572925b973d628c6f4cf895c3b8b2a59af8142824468fe7c4 90-android-touch-dev.rules
|
||||
"
|
||||
|
|
|
@ -6,10 +6,10 @@ deviceinfo_name="Samsung Galaxy SIII"
|
|||
deviceinfo_manufacturer="Samsung"
|
||||
deviceinfo_codename="samsung-i9300"
|
||||
deviceinfo_year="2012"
|
||||
deviceinfo_append_dtb_mainline_i9300="true"
|
||||
deviceinfo_append_dtb_mainline_i9305="true"
|
||||
deviceinfo_dtb_mainline_i9300="exynos4412-i9300"
|
||||
deviceinfo_dtb_mainline_i9305="exynos4412-i9305"
|
||||
deviceinfo_append_dtb_mainline_i9300_warning="true"
|
||||
deviceinfo_append_dtb_mainline_i9305_warning="true"
|
||||
deviceinfo_dtb_mainline_i9300_warning="exynos4412-i9300"
|
||||
deviceinfo_dtb_mainline_i9305_warning="exynos4412-i9305"
|
||||
deviceinfo_modules_initfs=""
|
||||
deviceinfo_arch="armv7"
|
||||
|
||||
|
|
Loading…
Reference in a new issue