summaryrefslogtreecommitdiffhomepage
path: root/modules/niu
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-20 15:01:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-20 15:01:04 +0000
commit8cfa5cc7c59e124a7abcf64952ad6c5050121778 (patch)
treea44e7bf81bec4b24b3a364282c2a920071a9dcb5 /modules/niu
parentbf25765406456a42ea7d619466e914277cbe479b (diff)
don't use symlink to /lib/functions.sh
Signed-off-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'modules/niu')
-rw-r--r--modules/niu/luasrc/controller/niu/system.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/niu/luasrc/controller/niu/system.lua b/modules/niu/luasrc/controller/niu/system.lua
index 593a44883..127a311c5 100644
--- a/modules/niu/luasrc/controller/niu/system.lua
+++ b/modules/niu/luasrc/controller/niu/system.lua
@@ -127,7 +127,7 @@ function upgrade()
local function image_supported()
-- XXX: yay...
return ( 0 == os.execute(
- ". /etc/functions.sh; " ..
+ ". /lib/functions.sh; " ..
"include /lib/upgrade; " ..
"platform_check_image %q >/dev/null"
% tmpfile
@@ -262,4 +262,4 @@ function upgrade()
keepconfig=(keep_avail and http.formvalue("keepcfg") == "1")
} )
end
-end \ No newline at end of file
+end