[OpenWrt-Devel] [PATCH 1/1] dnsmasq: allow forcing options

2012-05-06 Thread Philip Prindeville
The option 'force' when set to '1' will transform a dhcp-option to dhcp-option-force instead in the config. This is useful for forcing options to be sent back to a client (even options it didn't ask for). Signed-off-by: Philip Prindeville --- trunk/package/dnsmasq/files/dnsmasq.init2012-05

Re: [OpenWrt-Devel] Kernel test

2012-05-06 Thread Jonathan Bennett
On May 6, 2012 11:55 AM, "Alberich de megres" wrote: > > And for the Jtag? Never had to use jtag, so no idea, honestly. Sorry. > > > On Sun, May 6, 2012 at 7:41 AM, Jonathan Bennett wrote: > > https://www.adafruit.com/products/70 is a great serial cable. It's > > used for ttl level serial. (If y

[OpenWrt-Devel] [PATCH] wavemon: Bump to v0.7.5

2012-05-06 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- net/wavemon/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile index 9724879..e3d5427 100644 --- a/net/wavemon/Makefile +++ b/net/wavemon/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)

[OpenWrt-Devel] [PATCH v3 1/1] dnsmasq: add support for set: and tag: pairs

2012-05-06 Thread Philip Prindeville
On my network, I have a variety of machines and appliances, some of which need different configuration issues than the default options. For example: config host option name 'client' option mac '00:01:02:03:04:05' option ip '192.168.1.20' option tag 'acme' config

[OpenWrt-Devel] [PATCH v2 1/1] dnsmasq: add support for set: and tag: pairs

2012-05-06 Thread Philip Prindeville
On my network, I have a variety of machines and appliances, some of which need different configuration issues than the default options. For example: config host option name 'client' option mac '00:01:02:03:04:05' option ip '192.168.1.20' option tag 'acme' config

[OpenWrt-Devel] ZyXEL NBG5715 - sources of ZyXEL OpenWRT based firware for Comcerto 1000 cpu

2012-05-06 Thread Alexander Weps
Hi to all, I got the sources for ZyXEL NBG5715 OpenWRT based firmware, I put them on my server: http://nbg5715.shy.cz/ I succesfully build the ZyXEL firmware from this, so it should be complete. It would be great If the changes regarding Comcerto 1000 cpu and others could be incorporated in the

Re: [OpenWrt-Devel] Kernel test

2012-05-06 Thread Alberich de megres
And for the Jtag? On Sun, May 6, 2012 at 7:41 AM, Jonathan Bennett wrote: > https://www.adafruit.com/products/70 is a great serial cable. It's > used for ttl level serial. (If you have to solder to the board, it's > probably ttl. If there is an actual serial port, then it's 12 v > serial. Differ

[OpenWrt-Devel] [PATCH] rt28xx: Revert eccc068e8e84c8fe997115629925e0422a98e4de which causes txpower to be stuck at 0

2012-05-06 Thread Tobias Diedrich
Revert eccc068e8e84c8fe997115629925e0422a98e4de which causes txpower to be stuck at 0. Recent OpenWRT has txpower stuck at 0 for at least rt28xx, and I found this commit as the root cause: http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next.git;a=commitdiff;h=eccc068e8e84c8fe997115629

[OpenWrt-Devel] [PATCH] ramips: Enable sysupgrade for Sitecom WL-351

2012-05-06 Thread Tobias Diedrich
Enable sysupgrade for Sitecom WL-351. Sysupgrade works just fine on my Sitecom WL-351 after adding this oneliner. Signed-off-by: Tobias Diedrich Index: target/linux/ramips/base-files/lib/upgrade/platform.sh === --- target/linux/ra

[OpenWrt-Devel] [PATCH] ramips: WAN LED for D-Link DIR-300-B1

2012-05-06 Thread Tobias Diedrich
Add led devices for D-Link DIR-300-B1 WAN LED. Note that the GPIO state is also ANDed with the esw switch port 4 LED state, which is why I've set the amber LED to default-on. The ppp0-section tries to mimick the original firmware behaviour: There the LED switches from amber to green once a WAN li

[OpenWrt-Devel] [PATCH] daemonlogger package Makefile (second attempt)

2012-05-06 Thread Robert Vineyard
Daemonlogger is a packet logger and soft tap developed by Martin Roesch. This patch adds a Makefile to build it as an OpenWRT ipk package. Note: This patch is against trunk, but it also builds cleanly on Backfire. Signed-off-by: Robert Vineyard --- Index: feeds/packages/net/daemonlogger/Makefi

Re: [OpenWrt-Devel] [PATCH] daemonlogger package Makefile

2012-05-06 Thread Robert Vineyard
Thanks for being gentle... it's my first time ;-) I have made the changes you recommended and will re-submit the patch. Please let me know if anything else needs to be adjusted. -- Robert On 5/6/2012 12:27 AM, Philip Prindeville wrote: Comments... On 5/5/12 8:02 PM, Robert Vineyard wrote: