root@OpenWrt:~# opkg install kmod-batman-adv Installing kmod-batman-adv (3.3.8+2012.2.0-2) to root... Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/kmod-batman-adv.... Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-batman-adv: * kernel (= 3.3.8-1-65fa3307447a560c3a618c4d54bfa4dc) * kernel (= 3.3.8-1-65fa3307447a560c3a618c4d54bfa4dc) * * opkg_install_cmd: Cannot install package kmod-batman-adv.
This is my foray into batman-adv land, with a freshly flashed TL-WR703n that has been configured and tested functional as a wifi access point
Can the list direct me to- 1. do I need to set up toolchain and build batman-adv myself against this kernel? 2. do I need to set up toolchain and build my own kernel? 3. can I instead point configure for some other repository
I've perused the batman-advanced documentation wiki but the documents there seem to kind of skip over this bit
Hi,
This page explains how to compile it together with Openwrt:
http://www.open-mesh.org/wiki/batman-adv/Building-with-openwrt/
I hope it's useful for you.
On the other hand, i think that once i installed batman-adv after installing openwrt. I compiled the batman package using menuconfig (after installing the feeds as described in the page), searched for the corresponding ipkg package on /bin/ar.../packages and then copied the ipkg to the router to install it.
Regards
Gabriel
Tony Godshall togo@of.net escribió:
root@OpenWrt:~# opkg install kmod-batman-adv Installing kmod-batman-adv (3.3.8+2012.2.0-2) to root... Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/kmod-batman-adv.... Collected errors:
- satisfy_dependencies_for: Cannot satisfy the following dependencies
for kmod-batman-adv:
kernel (= 3.3.8-1-65fa3307447a560c3a618c4d54bfa4dc) * kernel
(= 3.3.8-1-65fa3307447a560c3a618c4d54bfa4dc) *
- opkg_install_cmd: Cannot install package kmod-batman-adv.
This is my foray into batman-adv land, with a freshly flashed TL-WR703n that has been configured and tested functional as a wifi access point
Can the list direct me to-
- do I need to set up toolchain and build batman-adv myself against
this kernel? 2. do I need to set up toolchain and build my own kernel? 3. can I instead point configure for some other repository
I've perused the batman-advanced documentation wiki but the documents there seem to kind of skip over this bit
-- Best Regards.
On Tue, Jul 10, 2012 at 2:13 PM, Tony Godshall togo@of.net wrote:
root@OpenWrt:~# opkg install kmod-batman-adv Installing kmod-batman-adv (3.3.8+2012.2.0-2) to root... Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/kmod-batman-adv.... Collected errors:
- satisfy_dependencies_for: Cannot satisfy the following dependencies
for kmod-batman-adv:
kernel (= 3.3.8-1-65fa3307447a560c3a618c4d54bfa4dc) * kernel
(= 3.3.8-1-65fa3307447a560c3a618c4d54bfa4dc) *
- opkg_install_cmd: Cannot install package kmod-batman-adv.
This is my foray into batman-adv land, with a freshly flashed TL-WR703n
You probably downloaded a snapshot (daily build), flashed the TL-WR703n, and after a few days tried to install kmod-batman-adv. The problem: every day the whole package tree is discarded and rebuilt, so a particular trunk rev snapshot will only be able to "opkg install kmod-*" successfully only for a few days (or weeks, or few hours in worst-case scenario) After that, the http://downloads.openwrt.org/ package tree corresponding to your binary is gone forever.
Alternatives: a) download today's trunk snapshot, reflash your router, and opkg install kmod-* right away. b) download svn source, compile your binary with kmod-batman-adv included, reflash. c) download svn source, compile packages and set up your own private repo for trunk rXXXXX
Cheers!
b.a.t.m.a.n@lists.open-mesh.org