device-samsung-lt01: compress initramfs with xz
To decrease boot.img size. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9094>
This commit is contained in:
parent
0aecba9dee
commit
7557b08cda
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
maintainer="knuxify <knuxify@gmail.com>"
|
||||
pkgname=device-samsung-lt01
|
||||
pkgdesc="Samsung Galaxy Tab 3 8.0"
|
||||
pkgver=7
|
||||
pkgver=8
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -63,7 +63,7 @@ kernel_lte() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
7aeb6ecb81eb06d26da769ae19c1d96dc05dd067d1c4abbf910b4700a8118a575c94c3ff9a61c661c19c2a5e69cf172b58466bcde9f8cdbecc3c5a7f141cd23c deviceinfo
|
||||
07aa4e71d8d15e0265f3a54ce1f7f790d3d5a9c4655ad58bc43caf0fd1b8f30631a8e26d8e697176b2a9966330148df0ed03b28785037215c8023e46224a9013 deviceinfo
|
||||
caa81e8ab6753c0ca24c22fb6742288765dfbf2469b8b8c35c5789edfcee546ef1c3b14ad6e540c417f434258399300f17d312b58157635eafab134587ef94cc TAB3.conf
|
||||
fc3610233f53a6e44491b2337b18bbfd42bb2f70d3f3aa70044449505ab12e91c582aa0c248fed28fe2017f4e9eaebac299545aa80117388d31409634a5f8e38 HiFi.conf
|
||||
"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ deviceinfo_external_storage="true"
|
|||
deviceinfo_screen_width="800"
|
||||
deviceinfo_screen_height="1280"
|
||||
deviceinfo_create_initfs_extra="true"
|
||||
deviceinfo_initfs_compression="lzma"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="heimdall-bootimg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue