Author: nbd
Date: 2015-08-25 09:46:32 +0200 (Tue, 25 Aug 2015)
New Revision: 46723

Modified:
   trunk/scripts/patch-kernel.sh
Log:
scripts/patch-kernel.sh: remove -E flag to preserve empty files touched by 
patches

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/scripts/patch-kernel.sh
===================================================================
--- trunk/scripts/patch-kernel.sh       2015-08-25 07:45:42 UTC (rev 46722)
+++ trunk/scripts/patch-kernel.sh       2015-08-25 07:46:32 UTC (rev 46723)
@@ -37,7 +37,7 @@
     [ -d "${i}" ] && echo "Ignoring subdirectory ${i}" && continue     
     echo ""
     echo "Applying ${i} using ${type}: " 
-    ${uncomp} ${i} | ${PATCH:-patch} -f -p1 -E -d ${targetdir} 
+    ${uncomp} ${i} | ${PATCH:-patch} -f -p1 -d ${targetdir}
     if [ $? != 0 ] ; then
         echo "Patch failed!  Please fix $i!"
        exit 1
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to