[OpenWrt-Devel] Module questions when defining a target platform

2010-09-18 Thread Philip Prindeville
Hi. I'm trying to define a new platform... Got most things working... Wanted to ask what the best way to: (1) specify modules to be part of the target image but not to have be loaded up at boot-time, i.e. I might want br2648, atm, ppp, ppp_generic, slhc, pppox, pppoatm, and pppoe but load i

Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #7413: DIR-825: "Deauthenticated due to local deauth request" with all latest snapshots.

2010-09-18 Thread linux_pro
me too 2010/9/19 OpenWrt > #7413: DIR-825: "Deauthenticated due to local deauth request" with all > latest > snapshots. > > --+- > Reporter: anonymous| Owner: developers > Type: defect |

[OpenWrt-Devel] Build system fix for cross-checking DEPENDS?

2010-09-18 Thread Philip Prindeville
I just posted in a previous email a fix which added a missing dependency for solos-pci to include atm as part of its list of build dependencies. I.e.: DEPENDS:=...@target_x86@ +kmod-atm where the latter module was missing... Yet it seems that this could have been avoided by a little bit of

[OpenWrt-Devel] [PATCH] Fix missing dependency in solos-pci module

2010-09-18 Thread Philip Prindeville
Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't captured in the Makefile. Signed-off-by: Philip A. Prindeville Index: package/kernel/modules/netdevices.mk === --- package/kernel/modules/netdevices.

[OpenWrt-Devel] [packages] package udpxy

2010-09-18 Thread Mikhail Gusarov
This patch adds udpxy -- multicast video streams retranslator --- Index: net/udpxy/files/udpxy.hotplug === --- net/udpxy/files/udpxy.hotplug (revision 0) +++ net/udpxy/files/udpxy.hotplug (revision 0) @@ -0,0 +1,33 @@ +#!

[OpenWrt-Devel] [PATCH] Upgrade monit from 5.0.3 to 5.1.1

2010-09-18 Thread jonty
I wanted to configure monit with a rule that checks a network connection, restarts the connection if it fails, and eventually reboots the entire router if the connection restarts don't work. I wrote this in my rules: start "/sbin/ifup inet" stop "/sbin/ifdown inet" if failed icmp type echo