From 6c2779e66f83bb52db112d0390e1359893d3ec28 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 08 Dec 2020 08:52:22 -0500 Subject: patches: Drop RTC century byte fix Applied in Linux version 4.19.99. --- (limited to 'patches/03_use-non-posix-sed-r.patch') diff --git a/patches/03_use-non-posix-sed-r.patch b/patches/03_use-non-posix-sed-r.patch deleted file mode 100644 index 02c2e82..0000000 --- a/patches/03_use-non-posix-sed-r.patch +++ /dev/null @@ -1,17 +0,0 @@ -Author: Patrick McDermott -Subject: Use non-POSIX sed -r - -BusyBox didn't support the POSIX -E option until version 1.22.0. - -diff -Naurp src.orig/scripts/headers_install.sh src/scripts/headers_install.sh ---- src.orig/scripts/headers_install.sh 2019-06-24 23:36:02.000000000 -0400 -+++ src/scripts/headers_install.sh 2019-07-10 19:52:42.152146074 -0400 -@@ -31,7 +31,7 @@ trap 'rm -f "$OUTDIR/$FILE" "$OUTDIR/$FI - for i in "$@" - do - FILE="$(basename "$i")" -- sed -E \ -+ sed -r \ - -e 's/([[:space:](])(__user|__force|__iomem)[[:space:]]/\1/g' \ - -e 's/__attribute_const__([[:space:]]|$)/\1/g' \ - -e 's@^#include @@' \ -- cgit v0.9.1