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

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 03 Mar 2010 19:07:02 +0100

Author: gherzan
Date: Wed Mar  3 19:07:02 2010
New Revision: 2104

Log:
Use the OpenWRT package files (Makefile, etc) from the HIPL tree.

Modified:
   trunk/openwrt/configure_router.sh

Modified: trunk/openwrt/configure_router.sh
==============================================================================
--- trunk/openwrt/configure_router.sh   Wed Mar  3 17:55:27 2010        (r2103)
+++ trunk/openwrt/configure_router.sh   Wed Mar  3 19:07:02 2010        (r2104)
@@ -87,7 +87,9 @@
 rsync ${PISA_PATH}/pisa*.tar.gz ${OPENWRT_PATH}/dl
 rsync ${HIPL_PATH}/hipl*.tar.gz ${OPENWRT_PATH}/dl
 
-rsync -Lr --delete --exclude=.svn "${PISA_OPENWRT_PATH}/package/hipl"    
"${OPENWRT_PATH}/package/"
+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 --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: