On Tue, Oct 16, 2012 at 5:17 PM, Gui Iribarren gui@altermundi.net wrote:
Too bad you don't have all default ar71xx router images ready to flash.
Will do.
Here you go,
http://openwrt.altermundi.net/snapshots/r33399/ar71xx/batman-ipv6/
They are built using this ImageBuilder
http://openwrt.altermundi.net/snapshots/r33399/ar71xx/OpenWrt-ImageBuilder-a...
with PACKAGES='kmod-batman-adv kmod-ipv6 -dnsmasq dnsmasq-dhcpv6 ip6tables kmod-ath9k-htc safe-reboot iperf qos-scripts -ppp -ppp-mod-pppoe mini-snmpd'
other than that, it's a vanilla openwrt. so after flashing, you can telnet to 192.168.1.1 and
opkg update opkg install batman-adv-auto-gw-mode reboot # so that uci-default scripts are run
:)
alternatively, you can download our ImageBuilder.tar.bz2 and generate your own images, adding "batman-adv-auto-gw-mode" to the PACKAGES argument.