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
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 |
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
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.
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 @@
+#!
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