[OpenWrt-Devel] [PATCH] Initial support for Sitecom WL-351 v1 002

2011-12-20 Thread Tobias Diedrich
This add support for the Sitecom WL-351 v1 002. In principle the Engenius ESR9850 should also work with this, but I don't have the hardware to test it. Since an external gigabit switch (RTL8366RB) is used, I had to modify the ramips_esw driver to add a 'bypass' mode, which just configures it to no

[OpenWrt-Devel] [PATCH] Senao / EnGenius ESR-9753

2011-12-20 Thread Artur Wronowski
Hello Support for Senao / EnGenius ESR-9753 - RT3052 Signed-off-by: Artur Wronowski Based on r29577 Index: target/linux/ramips/image/Makefile === --- target/linux/ramips/image/Makefile (wersja 29586) +++ target/linux/ramips/image

Re: [OpenWrt-Devel] [PATCH] om-watchdog: add om-watchdog package

2011-12-20 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the patch looks okay but maybe you can change a few things: * the init script should use the new service_* functions to properly detach om-watchdog from the calling shell * the om-watchdog should trap some common signals to be more robust

[OpenWrt-Devel] [PATCH] om-watchdog: add om-watchdog package

2011-12-20 Thread Antonio Quartulli
om2p-watchdog package is OM2P specific. However a similar watchdog mechanism exists on OM1P as well. This new package wants to substitute om2p-watchdog with a new one which is suitable either for OM1P and OM2P. Signed-off-by: Antonio Quartulli --- package/om-watchdog/Makefile |