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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 29 Oct 2009 12:28:26 +0100

Author: biurrun
Date: Thu Oct 29 12:28:25 2009
New Revision: 1395

Log:
Our OpenWrt support code was moved, update path used in script accordingly.

Modified:
   trunk/openwrt/configure_router.sh

Modified: trunk/openwrt/configure_router.sh
==============================================================================
--- trunk/openwrt/configure_router.sh   Thu Oct 29 11:54:15 2009        (r1394)
+++ trunk/openwrt/configure_router.sh   Thu Oct 29 12:28:25 2009        (r1395)
@@ -38,7 +38,7 @@
 PISA_PATH=$(sanitize_path $3)
 HIPL_PATH=$(sanitize_path $4)
 
-PISA_OPENWRT_PATH=$PISA_PATH/openwrt/trunk
+PISA_OPENWRT_PATH=$PISA_PATH/openwrt
 
 
 ### sanity checks ###

Other related posts:

  • » [pisa-src] r1395 - trunk/openwrt/configure_router.sh - Diego Biurrun