module ‘luci.ucodebridge’ not found 解决

解决方法
1. ssh 登录到路由器,
2. 执行

opkg install luci-lua-runtime

3. 可选执行

opkg install luci-app-uhttpd
module ‘luci.ucodebridge’ not found: no field package.preload[‘luci.ucodebridge’] no file ‘./luci/ucodebridge.lua’ no file ‘/usr/share/lua/luci/ucodebridge.lua’ no file ‘/usr/share/lua/luci/ucodebridge/init.lua’ no file ‘/usr/lib/lua/luci/ucodebridge.lua’ no file ‘/usr/lib/lua/luci/ucodebridge/init.lua’ no file ‘./luci/ucodebridge.so’ no file ‘/usr/lib/lua/luci/ucodebridge.so’ no file ‘/usr/lib/lua/loadall.so’ no file ‘./luci.so’ no file ‘/usr/lib/lua/luci.so’ no file ‘/usr/lib/lua/loadall.so’ In [anonymous function](), file [C]
In [anonymous function](), file /usr/share/ucode/luci/runtime.uc, line 133, byte 10:
  called from function [arrow function] (/usr/share/ucode/luci/runtime.uc:141:63)
  called from function render ([C])
  called from function [anonymous function] (/usr/share/ucode/luci/runtime.uc:141:64)
  called from function run_action (/usr/share/ucode/luci/dispatcher.uc:778:34)
  called from function [anonymous function] (/usr/share/ucode/luci/dispatcher.uc:1003:48)
  called from anonymous function (/www/cgi-bin/luci:39:13)

 `            die(ex);`
  Near here --------^