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)
commit5bf93bcaa5c4b47729404e878c48e72ac0a04fee
tree028d006f3609c47f85a19fd61b427bf16d25952e
parent1442889e2e5586171620838e520943fef89cce1f
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]