diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-19 15:54:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-19 15:54:47 +0200 |
commit | 7c7fdd0d865e0d65e4a18942fab1fce65e16a94f (patch) | |
tree | 780659db0b13e5f754e088f11a588bde44ef3301 /target/linux/patches/4.1.24/use-gawk.patch | |
parent | 0784d2686031ae886a960d212e9bedaac8a72ba2 (diff) |
linux: update to 4.1.26, refresh realtime patch
Diffstat (limited to 'target/linux/patches/4.1.24/use-gawk.patch')
-rw-r--r-- | target/linux/patches/4.1.24/use-gawk.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/patches/4.1.24/use-gawk.patch b/target/linux/patches/4.1.24/use-gawk.patch deleted file mode 100644 index 5b312589d..000000000 --- a/target/linux/patches/4.1.24/use-gawk.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nur linux-4.1.20.orig/Makefile linux-4.1.20/Makefile ---- linux-4.1.20.orig/Makefile 2016-03-17 19:11:03.000000000 +0100 -+++ linux-4.1.20/Makefile 2016-04-02 13:24:23.000000000 +0200 -@@ -359,7 +359,7 @@ - STRIP = $(CROSS_COMPILE)strip - OBJCOPY = $(CROSS_COMPILE)objcopy - OBJDUMP = $(CROSS_COMPILE)objdump --AWK = awk -+AWK = gawk - GENKSYMS = scripts/genksyms/genksyms - INSTALLKERNEL := installkernel - DEPMOD = /sbin/depmod -diff -Nur linux-4.1.20.orig/lib/raid6/test/Makefile linux-4.1.20/lib/raid6/test/Makefile ---- linux-4.1.20.orig/lib/raid6/test/Makefile 2016-03-17 19:11:03.000000000 +0100 -+++ linux-4.1.20/lib/raid6/test/Makefile 2016-04-02 09:45:15.000000000 +0200 -@@ -7,7 +7,7 @@ - OPTFLAGS = -O2 # Adjust as desired - CFLAGS = -I.. -I ../../../include -g $(OPTFLAGS) - LD = ld --AWK = awk -f -+AWK = gawk -f - AR = ar - RANLIB = ranlib - OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o |