Skip to content
Snippets Groups Projects
Commit a91fac48 authored by mint's avatar mint
Browse files

xiaomi-laurel: Fix codename under deviceinfo

Due to how I internally first named the device's codename "xiaomi-laurel_sprout", the "deviceinfo_codename" property was accidentally set to that codename, causing aports-static to fail. This commit should address that issue.
parent 2b6b1200
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,5 @@ package() {
}
sha512sums="
1f0183d38e8f169319b6bdd49948a8368227d7e6d7c68df6c288ca241b70c73cd4efd16f4b518a8288ef3e3a6874b8ffd4ce1a4527ed7a531f26d7a59fe4e4c1 deviceinfo
81f66b04f1e5201939177fd3fca640a029a7548356e2f07b00009e60f31eac0bb45e5ce324c51b7df58e7156ec5d75f0a2dc40c6e9b6cb0a18536987e793caa7 deviceinfo
"
......@@ -5,7 +5,7 @@
deviceinfo_format_version="0"
deviceinfo_name="Xiaomi Mi A3"
deviceinfo_manufacturer="Xiaomi"
deviceinfo_codename="xiaomi-laurel_sprout"
deviceinfo_codename="xiaomi-laurel"
deviceinfo_year="2019"
deviceinfo_dtb="qcom/sm6125-xiaomi-laurel_sprout"
deviceinfo_modules_initfs=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment