[pisa-src] r2180 - trunk/openwrt/configure_router.sh

  • From: René Hummen <rene.hummen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 19 Mar 2010 01:06:18 +0100

Author: hummen
Date: Fri Mar 19 01:06:18 2010
New Revision: 2180

Log:
patch level was not changed for actual patching process in previous commit

Modified:
   trunk/openwrt/configure_router.sh

Modified: trunk/openwrt/configure_router.sh
==============================================================================
--- trunk/openwrt/configure_router.sh   Thu Mar 18 23:19:48 2010        (r2179)
+++ trunk/openwrt/configure_router.sh   Fri Mar 19 01:06:18 2010        (r2180)
@@ -110,7 +110,7 @@
 
 for patch in ${PISA_OPENWRT_PATH}/patches/*.patch; do
     patch --dry-run --batch --forward --strip=0 --input=$patch > /dev/null &&
-        patch --batch --strip=1 --input=$patch
+        patch --batch --strip=0 --input=$patch
 done
 
 echo "Now go to the directory containing your openwrt checkout and call 'make' 
there."

Other related posts:

  • » [pisa-src] r2180 - trunk/openwrt/configure_router.sh - René Hummen