Above made it into Trunk! Nice. Thanks Cuma/Olistudent (are you the same person or two different people?)
I tested, (cleaned up my own mods, update, build clean, build) and it all works identical to my own mods.
I did notice the trunk mod tried to also replace the web-config page:
I actually had tried that myself already also. It does not work. for two reasons. The simple reason is: Source directory should be "avme" rather then "all". Also I would advise to also replace radiochannel. So you'd get:
However: those also do not work. Or rather, they work, but the LUA pages have variable replacement values that mismatch on whereever the 7390 variables are stored. You get many "Luacgi Parse ERROR in file /usr/www/all//wlan/wlan_settings.lua line 556: no replacement found" errors when the pages are replaced like this.
So unless if you also happen to know how or where to fix those variables (like [[{?1706:539?}]] inside the LUA files) it may be best to not replace the wlan pages.
Thanks
I tested, (cleaned up my own mods, update, build clean, build) and it all works identical to my own mods.
I did notice the trunk mod tried to also replace the web-config page:
Code:
cp -a ${FILESYSTEM_TK_DIR}/usr/www/all/wlan/wlan_settings.lua ${FILESYSTEM_MOD_DIR}/usr/www/all/wlan/wlan_settings.lua
I actually had tried that myself already also. It does not work. for two reasons. The simple reason is: Source directory should be "avme" rather then "all". Also I would advise to also replace radiochannel. So you'd get:
Code:
cp -a ${FILESYSTEM_TK_DIR}/usr/www/avme/wlan/wlan_settings.lua ${FILESYSTEM_MOD_DIR}/usr/www/all/wlan/wlan_settings.lua
cp -a ${FILESYSTEM_TK_DIR}/usr/www/avme/wlan/radiochannel.lua ${FILESYSTEM_MOD_DIR}/usr/www/all/wlan/radiohcannel.lua
However: those also do not work. Or rather, they work, but the LUA pages have variable replacement values that mismatch on whereever the 7390 variables are stored. You get many "Luacgi Parse ERROR in file /usr/www/all//wlan/wlan_settings.lua line 556: no replacement found" errors when the pages are replaced like this.
So unless if you also happen to know how or where to fix those variables (like [[{?1706:539?}]] inside the LUA files) it may be best to not replace the wlan pages.
Thanks
Zuletzt bearbeitet: