1. apt-get -y --force-yes install libtool
2. set currect PATH to the path of cross complier
3. cd lighttpd-1.4.29
4. ./autogen.sh
5. ./configure --host=mips-linux --disable-libtool-lock --disable-ipv6 --without-pcre --without-bzip2 --without-zlib
6. You have to enable CONFIG_EPOLL in kernel configuration


