Re: [OpenWrt-Devel] Add support for Appweb Embedded WebServer with Server-Side Javascript

2009-05-22 Thread Jo-Philipp Wich
Hi. Patch seems to be good so far, but compile-testing the package revealed a problem. You seem to rely on "ed" for the build process. It would be better to replace it with sed, which is required by the OpenWrt build system and therefore already available. I committed it to the packages/net feed

[OpenWrt-Devel] Add support for Appweb Embedded WebServer with Server-Side Javascript

2009-05-21 Thread Michael O'Brien
This patch adds support for the Appweb embedded web server which supports Server-Side JavaScript. It contains just a Makefile and no other files. Signed-off-by: Michael O'Brien Index: package/appweb/Makefile === --- package/appwe