|
@@ -1,3 +1,5 @@
|
|
|
+[Fabrice: update patch for 3.14]
|
|
|
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
|
diff -Nura rp-pppoe-3.11.orig/src/configure rp-pppoe-3.11/src/configure
|
|
|
--- rp-pppoe-3.11.orig/src/configure 2012-08-21 10:01:10.536440032 -0300
|
|
|
+++ rp-pppoe-3.11/src/configure 2012-08-21 10:01:45.353442397 -0300
|
|
@@ -5,8 +7,8 @@ diff -Nura rp-pppoe-3.11.orig/src/configure rp-pppoe-3.11/src/configure
|
|
|
modprobe pppoe > /dev/null 2>&1
|
|
|
fi
|
|
|
if test "$cross_compiling" = yes; then :
|
|
|
-- ac_cv_linux_kernel_pppoe=no; $ECHO "cross-compiling, default: "
|
|
|
-+ ac_cv_linux_kernel_pppoe=yes; $ECHO "cross-compiling, default: "
|
|
|
+- ac_cv_linux_kernel_pppoe=no; echo "cross-compiling, default: "
|
|
|
++ ac_cv_linux_kernel_pppoe=yes; echo "cross-compiling, default: "
|
|
|
else
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
/* end confdefs.h. */
|