haserl: uptate to 0.9.32, add optional lua support
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 May 2014 19:31:06 +0000 (19:31 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 May 2014 19:31:06 +0000 (19:31 +0000)
commit3cfbab7ce552ffa4ffc90668419b5194bb70e7e1
tree847531f63d047e235f1cc0802a30f5c858234e76
parent502c47bb5a87caf878bf998d8093a184a8e96ba0
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40702 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]