892
edits
m (→Enabling wifi) |
|||
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- | kmod-batman-adv_<version>_<chipset>.ipk | ||
kmod-lib-crc16_<version>_<chipset>.ipk | |||
kmod- | |||
Use scp to copy them to the router: | |||
kmod- | |||
scp kmod-*.ipk root@192.168.1.1: | |||
Then ssh into the router and install them: | |||
ssh root@192.168.1.1 | |||
opkg install kmod-*.ipk | |||
= Router-specific notes = | = Router-specific notes = |