linux-postmarketos-exynos5: upgrade to 6.1.24 (lts) (MR 4022)
The pmaports package will follow lts releases from now on. Intermediate versions will be tagged in the gitlab.com/exynos5-mainline/linux repo. Also enable CONFIG_LRU_GEN while we are at it (but not CONFIG_LRU_GEN_ENABLED for now). [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
20983e2b50
commit
8583329551
2 changed files with 9 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
# and Hardkernel's odroidxu4_defconfig
|
||||
|
||||
pkgname=linux-postmarketos-exynos5
|
||||
pkgver=6.1.7
|
||||
pkgver=6.1.24
|
||||
pkgrel=0
|
||||
pkgdesc="Mainline kernel fork for Samsung Exynos5 devices"
|
||||
arch="armv7"
|
||||
|
@ -36,7 +36,7 @@ case $pkgver in
|
|||
*.*.*) _kernver=${pkgver%.0};;
|
||||
*.*) _kernver=$pkgver;;
|
||||
esac
|
||||
_tag="v${pkgver//_/-}-exynos5"
|
||||
_tag="v${pkgver//_/-}-exynos5-lts"
|
||||
source="
|
||||
$pkgname-$_tag.tar.bz2::$url/-/archive/$_tag/linux-$_tag.tar.bz2
|
||||
$_config
|
||||
|
@ -69,6 +69,6 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
5e61c7bd9cfc0dc6ccd3479fdcfa07ba319bbf172d498eaf27c5787a164c4153321d7f38ace68e4926633de1897186669e72c338366b0fec5f22f9ff16a0716d linux-postmarketos-exynos5-v6.1.7-exynos5.tar.bz2
|
||||
2acc30804c9de87f626bb954eafabab9e718b8b102412261feb0de107a7bbbf521d20734527d5a1dac4f2bc036f850fac001a077b470a33792f6e669e77812e2 config-postmarketos-exynos5.armv7
|
||||
99271fe0d381f3e5b620e29e840b4f14bb1919c396d38a683fe5b28a63924a0e56a4269156fb2dbf2d0319d599ff671db2d221a2e2426a02a261003429018f4d linux-postmarketos-exynos5-v6.1.24-exynos5-lts.tar.bz2
|
||||
6bc966511b9429419507f80c261dd3c94d7ce936145cf3a4bb6902d321f27a68ebadaa5faef23f2e0267c10493030e6ef809f65aea01a41036b872e8527d3efd config-postmarketos-exynos5.armv7
|
||||
"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 6.1.7 Kernel Configuration
|
||||
# Linux/arm 6.1.24 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="armv7-alpine-linux-musleabihf-gcc (Alpine 12.2.1_git20220924-r8) 12.2.1 20220924"
|
||||
CONFIG_CC_VERSION_TEXT="armv7-alpine-linux-musleabihf-gcc (Alpine 12.2.1_git20220924-r10) 12.2.1 20220924"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=120201
|
||||
CONFIG_CLANG_VERSION=0
|
||||
|
@ -847,7 +847,9 @@ CONFIG_KMAP_LOCAL=y
|
|||
CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y
|
||||
# CONFIG_ANON_VMA_NAME is not set
|
||||
# CONFIG_USERFAULTFD is not set
|
||||
# CONFIG_LRU_GEN is not set
|
||||
CONFIG_LRU_GEN=y
|
||||
# CONFIG_LRU_GEN_ENABLED is not set
|
||||
# CONFIG_LRU_GEN_STATS is not set
|
||||
|
||||
#
|
||||
# Data Access Monitoring
|
||||
|
@ -1438,7 +1440,6 @@ CONFIG_DEFAULT_NET_SCH="fq"
|
|||
#
|
||||
CONFIG_NET_CLS=y
|
||||
CONFIG_NET_CLS_BASIC=m
|
||||
CONFIG_NET_CLS_TCINDEX=m
|
||||
CONFIG_NET_CLS_ROUTE4=m
|
||||
CONFIG_NET_CLS_FW=m
|
||||
CONFIG_NET_CLS_U32=m
|
||||
|
@ -3170,7 +3171,6 @@ CONFIG_SENSORS_LM90=m
|
|||
# CONFIG_SENSORS_PC87427 is not set
|
||||
CONFIG_SENSORS_NTC_THERMISTOR=m
|
||||
# CONFIG_SENSORS_NCT6683 is not set
|
||||
# CONFIG_SENSORS_NCT6775 is not set
|
||||
# CONFIG_SENSORS_NCT6775_I2C is not set
|
||||
# CONFIG_SENSORS_NCT7802 is not set
|
||||
# CONFIG_SENSORS_NCT7904 is not set
|
||||
|
@ -4033,8 +4033,6 @@ CONFIG_DRM_ANALOGIX_DP=y
|
|||
# CONFIG_DRM_STI is not set
|
||||
# CONFIG_DRM_ETNAVIV is not set
|
||||
# CONFIG_DRM_LOGICVC is not set
|
||||
# CONFIG_DRM_MXSFB is not set
|
||||
# CONFIG_DRM_IMX_LCDIF is not set
|
||||
# CONFIG_DRM_ARCPGU is not set
|
||||
# CONFIG_DRM_GM12U320 is not set
|
||||
# CONFIG_DRM_PANEL_MIPI_DBI is not set
|
||||
|
|
Loading…
Reference in a new issue