linux-google-nyan: try to make kernelsize smaller
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
This commit is contained in:
parent
4207cf89e9
commit
cf181ec1ef
2 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ _carch="arm"
|
|||
_flavor="${pkgname#linux-}"
|
||||
url="https://kernel.org"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps
|
||||
options="!check !tracedeps
|
||||
pmb:cross-native
|
||||
pmb:kconfigcheck-community
|
||||
"
|
||||
|
|
@ -72,7 +72,7 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
91a6ec0d1e371cad5703bc65016fd930a5da74ca4d862eecdab08846b455b42a6845531322af65d8805210d88dd74c327ca6de1166ed250aa546918e5412c470 linux-6.6.17.tar.xz
|
||||
38398141e8c5633d078650a0c13a8b8241e7e7d63acd6d0f2e25e598d110edb88c9468ee73172bd203784f4a86c7e14cb3a9acc9c3c7e7b7a2f4499aba1d2956 config-google-nyan.armv7
|
||||
389e6a7505987a7e42da4f59649743f7df7c80e7526554cb08bf161fdeda47de07bd44c8c1642bea1585a9aa6c569446e6363f0c082d8f597afc05f67af70aa2 config-google-nyan.armv7
|
||||
4e46d412d6a342044ad348e19cb75b8b90d57fe345eaa341e1c960f73f0c1ef3dd09196eccc3c413e199ac366eb512770e96b60d6a3ad44ec80a930d732d0fd4 0001-ARM-dts-tegra-nyan-add-mmc-aliases.patch
|
||||
f62ce358aed7273320f0163fbaf7425b4800945ac3cdb6a57062b0087c5b2799131d0a48fa1580bff33a4ae33c1ee9ae2c5771887b8b460be2596c7605234a0f 0002-ARM-tegra-nyan-fix-mic-jack-detection.patch
|
||||
a43ecb9f410d2c3168ada6c4788174154627fe6568e9048def2b6ea827b0c7b676f148352e39f6985172bcb85b4d0f77376ec7f94ba33716671f99fe20923504 0003-Revert-spi-Reintroduce-spi_set_cs_timing.patch
|
||||
|
|
|
|||
|
|
@ -35,9 +35,9 @@ CONFIG_HAVE_KERNEL_LZMA=y
|
|||
CONFIG_HAVE_KERNEL_XZ=y
|
||||
CONFIG_HAVE_KERNEL_LZO=y
|
||||
CONFIG_HAVE_KERNEL_LZ4=y
|
||||
CONFIG_KERNEL_GZIP=y
|
||||
# CONFIG_KERNEL_GZIP is not set
|
||||
# CONFIG_KERNEL_LZMA is not set
|
||||
# CONFIG_KERNEL_XZ is not set
|
||||
CONFIG_KERNEL_XZ=y
|
||||
# CONFIG_KERNEL_LZO is not set
|
||||
# CONFIG_KERNEL_LZ4 is not set
|
||||
CONFIG_DEFAULT_INIT=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue