From: John Crispin Date: Thu, 7 Nov 2013 12:51:11 +0000 (+0100) Subject: add Lua bindings for ubus events X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=commitdiff_plain;h=8ea96670367e5dd23988b51ee4f0f790393effaf;hp=8ea96670367e5dd23988b51ee4f0f790393effaf;ds=sidebyside add Lua bindings for ubus events It mostly mimick the style of the existing code. With it and the ubox Lua bindings, you can now send ubus events through Lua or listen for events (you can register for multiple events at the same time). Signed-off-by: Jeff Remy ---