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!