haserl: uptate to 0.9.32, add optional lua support
authorFlorian Fainelli <florian@openwrt.org>
Mon, 5 May 2014 19:31:06 +0000 (19:31 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 5 May 2014 19:31:06 +0000 (19:31 +0000)
commit736ae4e61055cd28dc939cd19107f0b6fc577198
tree847531f63d047e235f1cc0802a30f5c858234e76
parentde42fc4b0a4754c2f3b08f25190da5b1c343c025
haserl: uptate to 0.9.32, add optional lua support

This patch updates haserl to version 0.9.32 and introduces optional lua support
See http://haserl.sourceforge.net/manpage.html#lbAM

Note: to implement lua support I had to change build process slightly to
get rid of host precompilation of lua script. I decided to patch existing
Makefile.in instead of patching Makefile.am and regenerating everything
from scratch.  If this approach is wrong and it's better to patch Makefile.am,
please let me know.

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
[florian: fix missing quote after source]
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40702
utils/haserl/Config.in [new file with mode: 0644]
utils/haserl/Makefile
utils/haserl/patches/100-replace-lua2c-with-sed.patch [new file with mode: 0644]
utils/haserl/patches/101-adjust-script-size.patch [new file with mode: 0644]