On 19.03.2012 10:52, Christiane Ruetten wrote: > Hi, > > would you be able to easily add a variant of the lighttpd > package without the massive libopenssl dependency? It is almost > completely filling up the flash in 4 MByte routers, leaving > almost no headroom for further functionality, and https is not > always required. > > I am currently in the process of rewriting the PirateBox > wifi deaddrop service in an OpenWRT-friendly way. The current > target router chosen by the PirateBox community is the > TL-MR3020 which unfortunately only has 4 MByte flash. > Installing just lighttpd with rewrite and cgi and minimal > modules for USB storage takes the system from 1.4M to under > 100K of free flash. >
hi christiane, take a look at the lighttpd makefile https://dev.openwrt.org/browser/packages/net/lighttpd/Makefile how webdav is build in as selectable package. you could do something similar to the currently hard coded openssl support. ..ede _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
