mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-odroid-xu3 to 6.6.68-1
Edited commit restoring the config GCC versions for the distro toolchain. Original PR included those from the cross compiler Closes #2078
This commit is contained in:
parent
37c710e6d6
commit
85fee99a16
2 changed files with 7 additions and 6 deletions
|
@ -4,11 +4,11 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-odroid-xu3
|
||||
_commit=6ed4c55225da1f185c3ba07182b494709657a631
|
||||
_commit=1b5323e6f3256b9b2024c75e0d86fc5f897d7dfe
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-XU3/XU4/HC1, odroid-6.6.y branch"
|
||||
pkgver=6.6.60
|
||||
pkgver=6.6.68
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/linux"
|
||||
|
@ -18,8 +18,8 @@ options=('!strip')
|
|||
source=("linux-odroid-$_commit.tar.gz::https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||
'config'
|
||||
'linux.preset')
|
||||
md5sums=('e3cbb929ca7142dfdc01ae404160f97f'
|
||||
'254df5f1946ac1092c5cb59b7fd0de39'
|
||||
md5sums=('dc8150606b54577ff452d20c98faaa1c'
|
||||
'aa1c7eeda2125e0617e5b9fb1f5d53de'
|
||||
'8b93b6ca167f70c60277f352f7b78024')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 6.6.59 Kernel Configuration
|
||||
# Linux/arm 6.6.68 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20240910"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=140201
|
||||
CONFIG_CLANG_VERSION=0
|
||||
|
@ -1851,6 +1850,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
|||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
CONFIG_ZRAM_DEF_COMP="lzo-rle"
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_BLK_DEV_LOOP=m
|
||||
|
@ -6052,6 +6052,7 @@ CONFIG_TIMER_OF=y
|
|||
CONFIG_TIMER_PROBE=y
|
||||
CONFIG_ARM_ARCH_TIMER=y
|
||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
||||
# CONFIG_ARM_TIMER_SP804 is not set
|
||||
CONFIG_CLKSRC_EXYNOS_MCT=y
|
||||
CONFIG_CLKSRC_SAMSUNG_PWM=y
|
||||
# CONFIG_MICROCHIP_PIT64B is not set
|
||||
|
|
Loading…
Reference in a new issue