[hipl-commit] [trunk] Rev 4493: Adjust OpenWrt package infrastructure path; it was moved around.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 12 May 2010 13:46:01 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 12/05/2010 at 13:46:01
Revision: 4493
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Adjust OpenWrt package infrastructure path; it was moved around.

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-05-03 16:43:45 +0000
+++ tools/hipl_autobuild.sh     2010-05-12 10:43:39 +0000
@@ -119,7 +119,7 @@
 run_program "cp hipl*tar.gz $OPENWRT_DIR/dl"
 cd $OPENWRT_DIR || cleanup 1
 run_program "rm -rf package/hipl"
-run_program "cp -r $CHECKOUT_DIR/patches/openwrt/package package/hipl"
+run_program "cp -r $CHECKOUT_DIR/packaging/openwrt/package package/hipl"
 run_program "make -j17 package/hipl-clean V=99"
 run_program "make -j17 package/hipl-install V=99"

Other related posts:

  • » [hipl-commit] [trunk] Rev 4493: Adjust OpenWrt package infrastructure path; it was moved around. - Diego Biurrun