[ 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 ?
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
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
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
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
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
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
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 $(
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