[OpenWrt-Devel] problem with IPv6 traffic on SLIP interface

2012-05-16 Thread Maxim Osipov
Hello, I'm having a very strange problem with SLIP (tunslip6 from Contiki) on OpenWRT (fon-ng) and hoping someone can help with investigation. In short - wpan0 interface with address ::1/64 is created. ping6 to ::1 is OK ping6 to ::250:c2a8:c3d4:a645 FAILS. But tcpdump shows ICMP6

[OpenWrt-Devel] support for All.net ALL0239-3G

2012-05-16 Thread Massimo Vellucci
This patch adds support for router All.net ALL0239-3G I opened a ticket: https://dev.openwrt.org/ticket/11464 More information of device can be found in the link: http://www.allnet-italia.it/boxbaseoff.php?clbox=0pi=888022853tit=Allnet%20Wireless%20N%20300Mbit%20Router/AP,%20HSPA%203Gt Bye

[OpenWrt-Devel] bug in selecting packages in the backfire buildroot

2012-05-16 Thread ZioPRoTo (Saverio Proto)
I found the following bug in the Backfire buildroot: If package X is in a submenu, if it exist another package Y that requires X, than X is not represented anymore in the submenu but at the same hierarchy of this parent. Note that Y must exist and do not need to be selected. Because of this the

[OpenWrt-Devel] [PATCH] Update tinc init script with new variable names

2012-05-16 Thread Moritz Warning
The tinc init script needs to know all valid options used in /etc/conf/tinc. This patch updates that list to tinc 0.18 (current version). Signed-off-by: Moritz Warning moritzwarn...@web.de --- Index: net/tinc/files/tinc.init ===