mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump main line Linux version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
21da79980f
commit
9aaff1d1a0
3 changed files with 6 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.19.49 Kernel Configuration
|
# Linux/x86 4.19.57 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -102,7 +102,7 @@ CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
|
||||||
# CONFIG_SYSFS_DEPRECATED is not set
|
# CONFIG_SYSFS_DEPRECATED is not set
|
||||||
# CONFIG_RELAY is not set
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
CONFIG_INITRAMFS_SOURCE="/home/goliath/dev/cross/alix/deploy/initrd/initrd.list"
|
CONFIG_INITRAMFS_SOURCE=""
|
||||||
CONFIG_INITRAMFS_ROOT_UID=0
|
CONFIG_INITRAMFS_ROOT_UID=0
|
||||||
CONFIG_INITRAMFS_ROOT_GID=0
|
CONFIG_INITRAMFS_ROOT_GID=0
|
||||||
# CONFIG_RD_GZIP is not set
|
# CONFIG_RD_GZIP is not set
|
||||||
|
@ -1956,7 +1956,6 @@ CONFIG_GEODE_WDT=y
|
||||||
#
|
#
|
||||||
# Watchdog Pretimeout Governors
|
# Watchdog Pretimeout Governors
|
||||||
#
|
#
|
||||||
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
|
|
||||||
CONFIG_SSB_POSSIBLE=y
|
CONFIG_SSB_POSSIBLE=y
|
||||||
# CONFIG_SSB is not set
|
# CONFIG_SSB is not set
|
||||||
CONFIG_BCMA_POSSIBLE=y
|
CONFIG_BCMA_POSSIBLE=y
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86_64 4.19.49 Kernel Configuration
|
# Linux/x86_64 4.19.57 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
MAJOR="4"
|
VERSION="4.19.57"
|
||||||
MINOR="19"
|
|
||||||
RELEASE="49"
|
|
||||||
|
|
||||||
VERSION="$MAJOR.$MINOR.$RELEASE"
|
|
||||||
SRCDIR="linux-$VERSION"
|
SRCDIR="linux-$VERSION"
|
||||||
TARBALL="linux-$VERSION.tar.xz"
|
TARBALL="linux-$VERSION.tar.xz"
|
||||||
URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x"
|
URL="https://www.kernel.org/pub/linux/kernel/v4.x"
|
||||||
SHA256SUM="92d920b3973c0dbca5516271afa405be6e5822a9b831df8c085f9c9eb838bbcd"
|
SHA256SUM="327c5759d5888361d6c9d6adb0c8ad7e3c624eb05bb9e5869d9f3078dd0d3f87"
|
||||||
DEPENDS="initrd"
|
DEPENDS="initrd"
|
||||||
SUBPKG="linux linux-modules"
|
SUBPKG="linux linux-modules"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue