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

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 12 May 2010 00:02:36 +0200

Author: gherzan
Date: Wed May 12 00:02:34 2010
New Revision: 2325

Log:
Update the OpenWRT config script to use the new paths for HIPL.

Modified:
   trunk/openwrt/configure_router.sh

Modified: trunk/openwrt/configure_router.sh
==============================================================================
--- trunk/openwrt/configure_router.sh   Tue May 11 15:15:53 2010        (r2324)
+++ trunk/openwrt/configure_router.sh   Wed May 12 00:02:34 2010        (r2325)
@@ -88,8 +88,8 @@
 rsync ${HIPL_PATH}/hipl*.tar.gz ${OPENWRT_PATH}/dl
 
 mkdir -p "${OPENWRT_PATH}/package/hipl"
-rsync -Lr --delete "${HIPL_PATH}/patches/openwrt/package/Makefile"       
"${OPENWRT_PATH}/package/hipl"
-rsync -Lr --delete "${HIPL_PATH}/patches/openwrt/package/files"          
"${OPENWRT_PATH}/package/hipl"
+rsync -Lr --delete "${HIPL_PATH}/packaging/openwrt/package/Makefile"       
"${OPENWRT_PATH}/package/hipl"
+rsync -Lr --delete "${HIPL_PATH}/packaging/openwrt/package/files"          
"${OPENWRT_PATH}/package/hipl"
 rsync -Lr --delete --exclude=.svn "${PISA_OPENWRT_PATH}/package/pisa"    
"${OPENWRT_PATH}/package/"
 
 sed -i -e "s/PKG_VERSION:=.*/PKG_VERSION:=$PISA_VERSION/" 
"${OPENWRT_PATH}/package/pisa/Makefile"

Other related posts: