diff options
-rw-r--r-- | kernels/linux-libre-lts-xtreme/config.armv7h | 4 | ||||
-rw-r--r-- | kernels/linux-libre-lts-xtreme/config.i686 | 4 | ||||
-rw-r--r-- | kernels/linux-libre-lts-xtreme/config.x86_64 | 4 | ||||
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/kernels/linux-libre-lts-xtreme/config.armv7h b/kernels/linux-libre-lts-xtreme/config.armv7h index 5ce83c29f..d0170f06d 100644 --- a/kernels/linux-libre-lts-xtreme/config.armv7h +++ b/kernels/linux-libre-lts-xtreme/config.armv7h @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.9.13-gnu-1-lts-knock Kernel Configuration +# Linux/arm 4.9.74-gnu-1-lts-xtreme Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y @@ -36,7 +36,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-lts-knock" +CONFIG_LOCALVERSION="-lts-xtreme" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_LZMA=y diff --git a/kernels/linux-libre-lts-xtreme/config.i686 b/kernels/linux-libre-lts-xtreme/config.i686 index ec502cf28..ea06098fb 100644 --- a/kernels/linux-libre-lts-xtreme/config.i686 +++ b/kernels/linux-libre-lts-xtreme/config.i686 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.9.13-gnu-1-lts-knock Kernel Configuration +# Linux/x86 4.9.74-gnu-1-lts-knock Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -51,7 +51,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-lts-knock" +CONFIG_LOCALVERSION="-lts-xtreme" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y diff --git a/kernels/linux-libre-lts-xtreme/config.x86_64 b/kernels/linux-libre-lts-xtreme/config.x86_64 index b08e2ef99..9ca052f86 100644 --- a/kernels/linux-libre-lts-xtreme/config.x86_64 +++ b/kernels/linux-libre-lts-xtreme/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.9.13-gnu-1-lts-knock Kernel Configuration +# Linux/x86 4.9.74-gnu-1-lts-xtreme Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -54,7 +54,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-lts-knock" +CONFIG_LOCALVERSION="-lts-xtreme" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 9a03b3ee6..ddcb8831d 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -147,8 +147,8 @@ prepare() { cp -Tf ../config.${CARCH} .config if [ "${_kernelname}" != "" ]; then - sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config.${CARCH} - sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config.${CARCH} + sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config + sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config fi # append pkgrel to extraversion |