From 1af366d589d3380ffce77414e7b2b6ec159ff2cd Mon Sep 17 00:00:00 2001 From: Jan Kraus <mayosemmel@googlemail.com> Date: Mon, 18 Jul 2016 15:28:10 +0200 Subject: [PATCH] Fixed l2tp kernel patch It has applied to the wrong directory, so the error was still there. Signed-off-by: Jan Kraus <mayosemmel@gmail.com> Tested-by: Robert Langammer <rlanghammer@web.de> Reviewed-by: Tim Niemeyer <tim@tn-x.org> --- build_patches/openwrt/0004-ar71xx-3.18-l2tp-stats.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build_patches/openwrt/0004-ar71xx-3.18-l2tp-stats.patch b/build_patches/openwrt/0004-ar71xx-3.18-l2tp-stats.patch index 039d2c8c..85a40c13 100644 --- a/build_patches/openwrt/0004-ar71xx-3.18-l2tp-stats.patch +++ b/build_patches/openwrt/0004-ar71xx-3.18-l2tp-stats.patch @@ -1,6 +1,5 @@ -diff -ruN a/target/linux/ar71xx/patches-3.18/fix-l2tp-stats-couter-on-32-Bit-Systems.patch b/target/linux/ar71xx/patches-3.18/fix-l2tp-stats-couter-on-32-Bit-Systems.patch ---- a/target/linux/ar71xx/patches-3.18/fix-l2tp-stats-couter-on-32-Bit-Systems.patch 1970-01-01 01:00:00.000000000 +0100 -+++ b/target/linux/ar71xx/patches-3.18/fix-l2tp-stats-couter-on-32-Bit-Systems.patch 2016-03-12 18:41:32.818602442 +0100 +--- target/linux/ar71xx/patches-3.18/fix-l2tp-stats-couter-on-32-Bit-Systems.patch 1970-01-01 01:00:00.000000000 +0100 ++++ target/linux/ar71xx/patches-3.18/fix-l2tp-stats-couter-on-32-Bit-Systems.patch 2016-03-12 18:41:32.818602442 +0100 @@ -0,0 +1,38 @@ +From 19b1c8733b99f13005f2d8918bce588f0b2556f8 Mon Sep 17 00:00:00 2001 +From: Dominik Heidler <dominik@heidler.eu> -- GitLab