Battlemesh logo
  • Comments
  • Edit
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
    • Edit SideBar
  • Login

Navigation

  • RecentChanges
  • FindPage
  • PastEvents
  • ContactUs
  • HelpContents
Revision 2 as of 2010-09-04 22:31:33
  • BattleMeshV3.1416
  • NodeInstallScript

dirty hack to copy files over to a openwrt box where you don't have ssh daemon running (so no scp...)

serve the packages from yr laptop (192.168.1.2) with eg.

 python -m SimpleHTTPServer 

set -a
cd /tmp
wget http://192.168.1.2:8000/kmod-ipv6_2.6.30.10-1_atheros.ipk -q
wget http://192.168.1.2:8000/librt_0.9.30.1-42_atheros.ipk -q
wget http://192.168.1.2:8000/babelz_20100903_atheros.ipk -q
opkg install librt_0.9.30.1-42_atheros.ipk
opkg install kmod-ipv6_2.6.30.10-1_atheros.ipk
opkg install babelz_20100903_atheros.ipk
exit
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01