On 04/14/2017 05:53 AM, Juergen Kimmel wrote:
Here is
/etc/config/network
config device 'lan_dev'
option name 'eth0.1'
option macaddr '78:a3:51:16:da:88'
config device 'wan_dev'
option name 'eth0.2'
option macaddr '78:a3:51:16:da:89'
Ok, now can you try to comment out (prepending "--!") line 178 in
/usr/lib/lua/lime/network.lua ?
function owrt_device_parser(section)
dev_parser(section["name"])
--! dev_parser(section["ifname"])
end
https://github.com/libremesh/lime-packages/blob/develop/packages/lime-syste…
According to LEDE and OpenWrt wikis [1,2], sections of type device in
/etc/config/network should have an ifname option.
LibreMesh scripts assume that there is such option and the crash you
experienced could be due to the lack of an "option ifname 'eth0'" in
device sections in /etc/config/network on ramips.
I hope this works... :)
Ilario
[1]
https://wiki.openwrt.org/doc/uci/network#devices
[2]
https://lede-project.org/docs/user-guide/switch_configuration#devices