From: Steven Barth Date: Tue, 2 Sep 2008 19:08:43 +0000 (+0000) Subject: Alias luci.util.exec as luci.sys.exec for legacy purposes X-Git-Tag: 0.8.0~184 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=eb279ab36033c887e482eb3395892deb182a335a;hp=95f9bb97ba1d247819e66bced6988ec39301d2e5 Alias luci.util.exec as luci.sys.exec for legacy purposes --- diff --git a/libs/sys/luasrc/sys.lua b/libs/sys/luasrc/sys.lua index 2f893650c0..a53db937c7 100644 --- a/libs/sys/luasrc/sys.lua +++ b/libs/sys/luasrc/sys.lua @@ -41,6 +41,7 @@ local tonumber, ipairs, pairs = tonumber, ipairs, pairs --- LuCI Linux and POSIX system utilities. module "luci.sys" +exec = luci.util.exec --- Invoke the luci-flash executable to write an image to the flash memory. -- @param image Local path or URL to image file