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

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 16 May 2011 20:47:03 +0200

Author: richter
Date: Mon May 16 20:47:03 2011
New Revision: 2576

Log:
include all configuration files in the router image, not just those in /etc

Modified:
   trunk/openwrt/configure_router.sh

Modified: trunk/openwrt/configure_router.sh
==============================================================================
--- trunk/openwrt/configure_router.sh   Mon May 16 19:56:36 2011        (r2575)
+++ trunk/openwrt/configure_router.sh   Mon May 16 20:47:03 2011        (r2576)
@@ -78,7 +78,7 @@
 echo "openWRT Version: " $OPENWRT_VERSION
 
 mkdir -p "${OPENWRT_PATH}/files"
-rsync -Lr --delete --exclude=.svn 
"${PISA_OPENWRT_PATH}/router-configurations/${ROUTER_NAME}/etc" 
"${OPENWRT_PATH}/files"
+rsync -Lr --delete --exclude=.svn 
"${PISA_OPENWRT_PATH}/router-configurations/${ROUTER_NAME}/" 
"${OPENWRT_PATH}/files"
 
 sed -i -e "s/| PISA version: Subversion HEAD     |/| PISA version: 
$PISA_VERSION            |/" "${OPENWRT_PATH}/files/etc/banner"
 sed -i -e "s/| OpenWrt version: 8.09.1           |/| OpenWrt version: 
$OPENWRT_VERSION       |/" "${OPENWRT_PATH}/files/etc/banner"
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2576 - trunk/openwrt/configure_router.sh - Samuel Richter