Difference between revisions of "Mesh/OpenWRT"

596 bytes added ,  02:36, 18 May 2013
Line 152: Line 152:


== Installing BATMAN ==
== Installing BATMAN ==
=== Online ===
Use these instructions if your router is connected to the internet:
  ssh root@192.168.1.1
  opkg update
  opkg install kmod-batman-adv
=== Manually / Offline ===
If your router does not have internet connectivity when installing, then use these instructions.
Download these packages from:
http://downloads.openwrt.org/<openwrt_version_name>/<openwrt_version_number>/<chipset_name>/<type>/packages
Go to http://downloads.openwrt.org and browse to the correct directory. If there are multiple types, you probably want the 'generic' one, but check with the OpenWRT wiki page for your device to make sure.


These are the required packages:
These are the required packages:


  kmod-batman-adv_3.3.8+2012.3.0-3_<chipset>.ipk
  kmod-batman-adv_<version>_<chipset>.ipk
kmod-crypto-crc32c_3.3.8-1_<chipset>.ipk
  kmod-lib-crc16_<version>_<chipset>.ipk
  kmod-crypto-hash_3.3.8-1_<chipset>.ipk
 
kmod-lib-crc16_3.3.8-1_<chipset>.ipk
Use scp to copy them to the router:
  kmod-lib-crc32c_3.3.8-1_<chipset>.ipk
 
kmod-tun_3.3.8-1_<chipset>.ipk
  scp kmod-*.ipk root@192.168.1.1:
libpthread_0.9.33.2-1_<chipset>.ipk
 
Then ssh into the router and install them:


ssh root@192.168.1.1
opkg install kmod-*.ipk


= Router-specific notes =
= Router-specific notes =