modules/admin-full: make luci-bwc dlopen() libiwinfo.so instead of lua/iwinfo.so
This commit is contained in:
parent
481cd6feb7
commit
ef65fbd9dc
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)
|
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(
|
static int iwinfo_update(
|
||||||
|
|
Loading…
Reference in a new issue