Re: [OpenWrt-Devel] ZyXEL NBG-419N wrong MAC

2011-11-24 Thread Hanno Schupp
Interesting. The exact same thing is occurring on my D-link DIR600 B2, a ramips based router. Kind Regards Hanno Schupp Connect Consulting Services Chillifire is a trademark owned by CCS On 25/11/2011, at 11:35 AM, Nerijus Baliunas wrote: > Hello, > > Wifi MAC is correct, corresponds to

Re: [OpenWrt-Devel] [PATCH] dnsmasq: update to 2.59 and use PKG_INSTALL

2011-11-24 Thread Nico
Hi Raphaël & the List, 2011/10/27 Raphaël HUCK : > Hi all, > > this patch updates dnsmasq to 2.59 and makes use of PKG_INSTALL. Applied in r29329 Thanks, -- -{Nico} ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.or

Re: [OpenWrt-Devel] [PATCH] OpenSSL variant and init script for ngIRCd package

2011-11-24 Thread Nico
Hi Jiri & the List, Can you update the initscript to use the service_start & service_stop functions instead of start-stop-daemon ? You can find some doc in /lib/functions.sh and usage in initscripts from other packages. Thanks, -- -{Nico} On Thu, Nov 24, 2011 at 8:35 AM, Jiří Machálek wrote: >

[OpenWrt-Devel] ZyXEL NBG-419N wrong MAC

2011-11-24 Thread Nerijus Baliunas
Hello, Wifi MAC is correct, corresponds to one of the MACs written on the box, but all other MAC addresses (br-lan, eth0, eth0.1, eth0.2) are 00:11:22:33:44:55. Regards, Nerijus ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lis

Re: [OpenWrt-Devel] [PATCH] wndr3800 machine name patch

2011-11-24 Thread Gabor Juhos
2011.11.16. 21:20 keltezéssel, Petri Rosenström írta: > This fixes the machine name in /proc/cpuinfo and luci status page machine > name. > > Signed-off-by: Petri Rosenström Applied, thanks! Gabor ___ openwrt-devel mailing list openwrt-devel@lists.op

Re: [OpenWrt-Devel] [PATCH] Proper Ubiquiti AirRouter Hardware Support

2011-11-24 Thread Gabor Juhos
2011.11.21. 13:35 keltezéssel, Barta Gergely írta: > Sorry for the HTML mail, trying to send as plain text > > Added Proper Hardware Support for Ubiquity AirRouter. > No more MAC address duplication. > Fixed issues from: http://patchwork.midlink.org/patch/1284/ > -WAN and LAN Port inverted *fixed*

[OpenWrt-Devel] [PATCH] package/comgt: add scripts to retrieve IMSI and CNUM

2011-11-24 Thread Daniel Golle
Add scripts to comgt to retrieve the IMSI and CNUM to identify the SIM card. Signed-off-by: Daniel Golle Index: package/comgt/files/getimsi.gcom === --- package/comgt/files/getimsi.gcom(revision 0) +++ package/comgt/files/getims

[OpenWrt-Devel] [PATCH] broadcom-diag fails to compile on kernel 3.1.x

2011-11-24 Thread Bruno Silva
Hi there, broadcom-diag package fails to compile with kernel 3.1.2 (current stable). got around this problem by changing package/broadcom-diag/src/gpio.h. Tried compiling this patch with kernel 3.0.9 (current trunk selection?) and it compiles fine as well, so it seems backwards compatible. ##

Re: [OpenWrt-Devel] [PATCH] update hiawatha webserver to 7.8.2

2011-11-24 Thread Daniel Petre
thanks, i'll resend the radvd patch, i see someone already posted for dnsmasq update. -Original Message- From: Luka Perkov Sent: Thursday, November 24, 2011 2:10 PM To: openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH] update hiawatha webserver to 7.8.2 Hi, On Thu,

[OpenWrt-Devel] [PATCH] radvd update to 1.8.3

2011-11-24 Thread Daniel Petre
corrected patch for radvd update to version 1.8.3 Signed-off-by: Daniel Petre --- Index: feeds/packages/ipv6/radvd/Makefile === --- feeds/packages/ipv6/radvd/Makefile (revision 29322) +++ feeds/packages/ipv6/radvd/Makefile (work

Re: [OpenWrt-Devel] [PATCH] update hiawatha webserver to 7.8.2

2011-11-24 Thread Luka Perkov
Hi, On Thu, Nov 24, 2011 at 10:43:48am +0200, Daniel Petre wrote: > PKG_NAME:=hiawatha > -PKG_VERSION:=7.7 > -PKG_RELEASE:=2 > +PKG_VERSION:=7.8.2 > +PKG_RELEASE:=3 PKG_RELEASE shold be 1 because PKG_VERSION changed. PKG_RELEASE goes +1 only if package is updated and PKG_VERSION stayed the same.

[OpenWrt-Devel] [PATCH] update dnsmasq to 2.59

2011-11-24 Thread Daniel Petre
hello, update dnsmasq to 2.59, from original changelog: "Fix regression in 2.58 which caused failure to start up with some combinations of dnsmasq config and IPv6 kernel network config. Thanks to Brielle Bruns for the bug report. Improve dnsmasq's behaviour when network interfaces are still doin

[OpenWrt-Devel] [PATCH] update radvd to 1.8.3

2011-11-24 Thread Daniel Petre
hello, this updates radvd to version 1.8.3 , from the original site the change is: "proper tracking of buffer usage in send_ra" Signed-off-by: Daniel Petre --- Index: feeds/packages/ipv6/radvd/Makefile === --- feeds/packages/ipv6/

[OpenWrt-Devel] [PATCH] update hiawatha webserver to 7.8.2

2011-11-24 Thread Daniel Petre
this updates hiawatha web server to version 7.8.2 Signed-off-by: Daniel Petre --- Index: feeds/packages/net/hiawatha/Makefile === --- feeds/packages/net/hiawatha/Makefile(revision 29322) +++ feeds/packages/net/hiawatha/Makef