Citando Marek Lindner lindner_marek@yahoo.de:
On Friday, May 11, 2012 05:48:54 Pedro Nuno Costa Rodrigues wrote:
I'm using backfire (openwrt build): cat /home/pedro/backfire/feeds/packages/net/batman-adv/Makefile | grep 2012# Copyright (C) 2010-2012 OpenWrt.orgPKG_VERSION:=2012.0.0BATCTL_VERSION:=2012.0.0
You are trying to mix 2 different branches: backfire + trunk batman-adv
- the batman-adv package coming with backfire is working fine with backfire
- the batman-adv package from trunk works fine with trunk
Mixing the package with another branch is officially unsupported because there are some OpenWrt incompatibilities we can't not automatically handle. It certainly is doable but requires deeper knowledge of OpenWrt.
Cheers, Marek
hello!
I didn't tryed to mix 2 different branches... Perhaps i wasn't very clear.
I build the backfire branch and i tested the batman-adv and it worked fine... I also build (another build completely independent) of the trunk bruch, but it didn't worked...
I used the same configurations files on both... exactly the same, but the trunk build gave the error:
root at OpenWrt:/lib/batman-adv# batman-adv start /usr/sbin/batman-adv: eval: line 1: can't create/sys/class/net/bat0/mesh/orig_interval: nonexistent directory
/usr/sbin/batman-adv: eval: line 1: can't create /sys/class/net/bat0/mesh/log_level: nonexistent directory
/usr/sbin/batman-adv: eval: line 1: can't create /sys/class/net/bat0/mesh/bonding: nonexistent directory/usr/sbin/batman-adv: eval: line 1: can't create /sys/class/net/bat0/mesh/fragmentation: nonexistent directory
/usr/sbin/batman-adv: eval: line 1: can't create /sys/class/net/bat0/mesh/gw_bandwidth: nonexistent directory
/usr/sbin/batman-adv: eval: line 1: can't create /sys/class/net/bat0/mesh/gw_mode: nonexistent directory/usr/sbin/batman-adv: eval: line 1: can't create /sys/class/net/bat0/mesh/vis_mode: nonexistent directory
/usr/sbin/batman-adv: eval: line 1: can't create /sys/class/net/bat0/mesh/ap_isolation: nonexistent directory
and i checked if it was the crc-16 problem livrary, but it wasn't.
I know that's an openwrt problem. Or something that missed me...
I will try to analyze and if it is necessary i will try to contact openwrt developers...
Thank you!! best regards Pedro Rodrigues