summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2019-06-19 18:37:09 -0500
committerMatt Housh <jaeger@crux.ninja>2019-06-19 18:37:09 -0500
commit9ade23ad5d2d92312aade92abbcd48cffbe3b372 (patch)
tree4838f0c5789ebff2ee89631f8491b613315a7f19
parent860db75e7523adb1f1c723662c68c04741e51bbf (diff)
downloadiso-9ade23ad5d2d92312aade92abbcd48cffbe3b372.tar.gz
iso-9ade23ad5d2d92312aade92abbcd48cffbe3b372.tar.xz
Updated kernel to version 4.19.53, updated get_wiki* for links vs. elinks
-rw-r--r--Makefile2
-rwxr-xr-xdoc/handbook/get_wiki_handbook2
-rwxr-xr-xdoc/handbook/get_wiki_release_notes2
-rw-r--r--kernel/linux-4.19.53.config (renamed from kernel/linux-4.19.48.config)2
-rw-r--r--kernel/linux-4.19.53.defconfig (renamed from kernel/linux-4.19.48.defconfig)2
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 06ccc9a..48a5296 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CRUXVERSION = 3.5
CUSTOMVERSION =
COLLECTIONS = core opt xorg
KERNEL_MIRROR = https://cdn.kernel.org
-KERNEL_VERSION = 4.19.48
+KERNEL_VERSION = 4.19.53
KERNEL_PATCHES =
BB_VERSION = 1.25.1
MEMTEST_VERSION = 5.01
diff --git a/doc/handbook/get_wiki_handbook b/doc/handbook/get_wiki_handbook
index d2c61a6..2c5c195 100755
--- a/doc/handbook/get_wiki_handbook
+++ b/doc/handbook/get_wiki_handbook
@@ -9,7 +9,7 @@ TITLE="HANDBOOK FOR CRUX $CRUX_VERSION"
URL="https://crux.nu/Main/Handbook${CRUX_VERSION/\./-}?action=print"
set -x
-links -no-numbering -no-references -dump $URL > $INFILE
+links -dump $URL > $INFILE
cat $INFILE|while read n; do
if [ -n "$intext" ]; then
cat
diff --git a/doc/handbook/get_wiki_release_notes b/doc/handbook/get_wiki_release_notes
index a3cfe3e..66290d3 100755
--- a/doc/handbook/get_wiki_release_notes
+++ b/doc/handbook/get_wiki_release_notes
@@ -8,7 +8,7 @@ CRUX_VERSION=3.5
URL="https://crux.nu/Main/ReleaseNotes${CRUX_VERSION//\./-}?action=print"
set -x
-links -no-numbering -no-references -dump $URL > $INFILE
+links -dump $URL > $INFILE
cat $INFILE|while read n; do
if [ -n "$intext" ]; then
cat
diff --git a/kernel/linux-4.19.48.config b/kernel/linux-4.19.53.config
index 48ceae4..7be4883 100644
--- a/kernel/linux-4.19.48.config
+++ b/kernel/linux-4.19.53.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.48 Kernel Configuration
+# Linux/x86 4.19.53 Kernel Configuration
#
#
diff --git a/kernel/linux-4.19.48.defconfig b/kernel/linux-4.19.53.defconfig
index 0c38676..8d0398c 100644
--- a/kernel/linux-4.19.48.defconfig
+++ b/kernel/linux-4.19.53.defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.48 Kernel Configuration
+# Linux/x86 4.19.53 Kernel Configuration
#
#

Generated by cgit