luci-0.10: merge r8144
This commit is contained in:
parent
a36434e0eb
commit
0b6238c7f2
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ static void umap_file(struct file_map *m)
|
|||
|
||||
static void * iwinfo_open(void)
|
||||
{
|
||||
return dlopen("/usr/lib/lua/iwinfo.so", RTLD_LAZY);
|
||||
return dlopen("/usr/lib/libiwinfo.so", RTLD_LAZY);
|
||||
}
|
||||
|
||||
static int iwinfo_update(
|
||||
|
|
Loading…
Reference in a new issue