Re: [OpenWrt-Devel] Setting up alias on bridge network

2011-04-23 Thread Gioacchino Mazzurco
[ OT ] I think assign a name also to alias is a good things config 'alias' myaliasname [ /OT ] config 'nterface' 'lan' option 'type' 'bridge' option 'proto' 'dhcp' option 'ifname' 'eth1 eth2' The missing i on interface is only a mail related typo or you have this on your config ?

[OpenWrt-Devel] Setting up alias on bridge network

2011-04-23 Thread Filippo Sallemi
Hi all, I have a problem setting up alias of my lan interface. My configuration is : config 'nterface' 'lan' option 'type' 'bridge' option 'proto' 'dhcp' option 'ifname' 'eth1 eth2' config 'alias' option 'proto' 'static' option 'interface' 'lan' option 'ipaddr' '192.168.1

[OpenWrt-Devel] given Ubiquiti Rocket M, how to migrate from one OS to another ...

2011-04-23 Thread Larry Vaden
Genesis: having taken measurements with OpenWrt, I want to load another OS to take some additional measurements before returning to OpenWrt. If a Ubiquiti is running OpenWrt, can one "jump" to Ubiquiti's tftp code without requiring a tower climb and pushing the reset button? IOW, is there anythin

Re: [OpenWrt-Devel] ucimap doesn't allow an empty string as a parameter?

2011-04-23 Thread Luca Olivetti
Al 23/04/11 15:57, En/na Luca Olivetti ha escrit: Hello, I'm trying to use ucimap, and I'd like to see when a string option is present, e.g. Another question is how to see if a bool/int option is present using ucimap. struct uci_test { struct ucimap_section_data map; char *test; }; static

[OpenWrt-Devel] [PATCH v2] Update tcpdump to version 4.1.1

2011-04-23 Thread Christoph König
Corrected patch to update tcpdump to version 4.1.1. Signed-off-by: Christoph König --- Index: net/tcpdump/patches/003-fix_ipv6_compile.patch === --- net/tcpdump/patches/003-fix_ipv6_compile.patch (revision 26744) +++ net/tcpd

[OpenWrt-Devel] [PATCH v2] Update libpcap to version 1.1.1

2011-04-23 Thread Christoph König
Corrected patch to update libpcap to version 1.1.1. Signed-off-by: Christoph König --- Index: package/libpcap/patches/101-makefile_create_bindir.patch === --- package/libpcap/patches/101-makefile_create_bindir.patch(revision 2

[OpenWrt-Devel] ucimap doesn't allow an empty string as a parameter?

2011-04-23 Thread Luca Olivetti
Hello, I'm trying to use ucimap, and I'd like to see when a string option is present, e.g. struct uci_test { struct ucimap_section_data map; char *test; }; static int test_init(struct uci_map *map, void *section, struct uci_section *s) { return 0; } static int test_a

[OpenWrt-Devel] [PATCH] Update Quicktun to version 2.1.7

2011-04-23 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer --- net/quicktun/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/quicktun/Makefile b/net/quicktun/Makefile index 13869a7..5ba9fe3 100644 --- a/net/quicktun/Makefile +++ b/net/quicktun/Makefile @@ -8,12 +8,12 @@ include $(

Re: [OpenWrt-Devel] [PATCH] swconfig: Rplace SPIN_LOCK_UNLOCKED with DEFINE_SPINLCCK

2011-04-23 Thread Jonas Gorski
On 21 April 2011 05:11, Jonas Gorski wrote: > [PATCH] swconfig: Rplace SPIN_LOCK_UNLOCKED with DEFINE_SPINLCCK "Rplace"? "SPINLCCK"?! > in 2.6.39, so replace it with DEFINE_SPIN_LOCK(). and this should be _SPINLOCK ... . Wow, how did I manage to put three typos into this? Well, at least the cod