[OpenWrt-Devel] fix endian bug in ddns-scripts

2009-01-17 Thread Eric Bishop
of busybox now support basic password authorization. However, fixing the defect by merely patching the shell_get script, as I do in this patch, allows for backwards compatibility with older versions of openwrt/busybox, so I chose that approach. Signed-off-by: Eric Bishop ebis...@bu.edu Index: net

Re: [OpenWrt-Devel] Gargoyle -- another (new) web interface for OpenWrt Kamikaze

2008-07-15 Thread Eric Bishop
Brian J. Murrell wrote: On Mon, 2008-07-14 at 17:04 -0400, Eric Bishop wrote: It is ironic that the LuCI team decided to make an announcement regarding their project today. I have also been working on a new (open source) web interface for Kamikaze called Gargoyle, and am now releasing

[OpenWrt-Devel] Gargoyle -- another (new) web interface for OpenWrt Kamikaze

2008-07-14 Thread Eric Bishop
It is ironic that the LuCI team decided to make an announcement regarding their project today. I have also been working on a new (open source) web interface for Kamikaze called Gargoyle, and am now releasing the first beta version, which can be found at gargoyle-router.com. The decision to

[OpenWrt-Devel] [PATCH] miniupnpd init recognizes enabled config option

2008-01-17 Thread Eric Bishop
This patch updates the miniupnpd init script so that miniupnpd only runs if the enabled option is set to 1 in the config file. The enabled option already exists in the config file but the init script ignores it. Signed-off-by: Eric Bishop [EMAIL PROTECTED] Index: miniupnpd/files

Re: [OpenWrt-Devel] SDK Makefile Issue

2007-12-08 Thread Eric Bishop
already been compiled. I was considering submitting a patch myself, that simply removed this part of the code, but wanted to know whether there is some good reason for it. At this point, I'm rather curious about this. Eric Julien Pinon wrote: Hi, Le jeudi 06 décembre 2007 à 20:12, Eric

[OpenWrt-Devel] SDK Makefile Issue

2007-12-06 Thread Eric Bishop
When I build my own Kamikaze SDK and try to compile packages I experience the issue documented here: https://dev.openwrt.org/ticket/2508 I've been trying to fix this problem and it is clear that this portion of the Makefile in the root SDK directory (the make world definition) is causing the