[OpenWrt-Devel] [PATCH] packages freeradius2 fix some dependencies

2011-11-04 Thread lynxis
freeradius2: fix some dependencies Signed-off-by: Alexander Couzens lyn...@c-base.org Index: net/freeradius2/Makefile === --- net/freeradius2/Makefile(revision 28717) +++ net/freeradius2/Makefile(working copy) @@ -89,7

[OpenWrt-Devel] [PATCH] (resent) allow racoon user authentication from file

2011-11-04 Thread Markus Stockhausen
Hello, As I just discovered I did not sent a svn diff the first time. Attached you will find the corrected patch version. Default racoon xauth user authentication is only allowed through /etc/passwd or external communication (ldap, radius). To enable a local UCI driven user/password database

[OpenWrt-Devel] hostapd 2.0-devel oom issue?

2011-11-04 Thread Daniel Petre
hello, i bugged this issue on irc too, so, i updated my dlink 825 at the trunk version before the hostapd update, it has: hostapd v0.8.x and i updated today my wr1043n to the latest trunk and it has: hostapd v2.0-devel the problem i noticed this morning while being connected via wireless to

Re: [OpenWrt-Devel] [PATCH] Create PID file for xinetd

2011-11-04 Thread Nico
2011/11/3 Stefan Agner ste...@agner.ch: Create a pid file by default when starting xinetd (resolves #10342). Signed-off-by: Stefan Agner ste...@agner.ch Applied in r28748. Thanks, -- -{Nico} ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] packages freeradius2 fix some dependencies

2011-11-04 Thread Nico
On Fri, Nov 4, 2011 at 8:11 AM, lynxis lyn...@c-base.org wrote: freeradius2: fix some dependencies Signed-off-by: Alexander Couzens lyn...@c-base.org Applied (with minor modifications) in r28752. Thanks, -- -{Nico} ___ openwrt-devel mailing list

[OpenWrt-Devel] udhcpc problem when the interface is in a network with netmask as 255.255.255.255

2011-11-04 Thread 馬克泡
Hi all, I've found that when using ifconfig to set the netmask of NIC as 255.255.255.255 won't create an entry in routing table. That's why configure the default gateway will fail. I don't remembered set the nemask as 255.255.255.255 to a NIC with ifconfig won't create an entry in routing table.

Re: [OpenWrt-Devel] udhcpc problem when the interface is in a network with netmask as 255.255.255.255

2011-11-04 Thread 馬克泡
Hi all, 2011/11/4 馬克泡 macp...@gmail.com: Hi all, I've found that when using ifconfig to set the netmask of NIC as 255.255.255.255 won't create an entry in routing table. That's why configure the default gateway will fail. I've fix this by modifying the /usr/share/udhcpc/default.script The

[OpenWrt-Devel] [PATCH] udhcpc: fix default script when netmask is 255.255.255.255

2011-11-04 Thread Macpaul Lin
In some 4G network (LTE/WiMAX), the dhcp server will assign the netmask between the gateway to the client as 255.255.255.255. This patch fix the default script which cannot handle this situation which lead the default route could not be established because lack the routing entry of 4G NIC.

Re: [OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.3.0

2011-11-04 Thread Nico
On Mon, Oct 31, 2011 at 10:01 PM, Alfred E. Heggestad a...@db.org wrote: Hi, (Resend, updated patch) this patch upgrades the following packages to v0.3.0:  baresip v0.3.0 (Portable and modular SIP User-Agent with audio and video support)  restund v0.3.0 (Modular STUN/TURN server)  

[OpenWrt-Devel] [PATCH] ramips: Sparklan wcr-150gn board fixes

2011-11-04 Thread Roman Yeryomin
Fix partition sizes. Add buttons and leds. Register usb. Remove unnecessary stuff from Makefile (hope it will not be mangled by gmail). Fix eeprom extract. Signed-off-by: Roman Yeryomin ro...@advem.lv Index: target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c

Re: [OpenWrt-Devel] [PATCH] openl2tp - finally enable config file option

2011-11-04 Thread Nico
On Mon, Oct 17, 2011 at 7:34 PM, Bogdan Roman ab...@cam.ac.uk wrote: Until now the openl2tpg package only allowed configuration through RPC by using the l2tpconfig command, making many some tasks difficult. Discussion exists at https://dev.openwrt.org/ticket/10164 . Enabling the config file

[OpenWrt-Devel] [PATCH] Add tinc init file and add conffiles

2011-11-04 Thread Manuel Munz
This adds an init file for tinc. It is mostly based on http://wiki.freifunk.net/Tinc#Startscript_Kamikaze, i just changed how the nets from nets.boot are parsed and removed loading of the tun module. It also adds /etc/tinc to the list of config files which should be preserved when upgrading with

Re: [OpenWrt-Devel] [PATCH] Add tinc init file and add conffiles - CORRECTION: Change boot order

2011-11-04 Thread Manuel Munz
Plase use this patch instead of the last one. It uses 47 instead of 62 for the start order in the init script, this makes sure tinc is up before other services need the interfaces tinc creates. Signed-off-by: Manuel Munz freif...@somakoma.de Index: net/tinc/files/tinc.init

Re: [OpenWrt-Devel] [PATCH] openl2tp - finally enable config file option

2011-11-04 Thread Nico
On Sat, Nov 5, 2011 at 12:40 AM, Nico n...@openwrt.org wrote: I'm not sure what plugins are needed for each and what a sample configuration would look like, feel free to submit more patches :) I found some sample configuration files [1] from gentoo, if someone want to start working on it...