On 04/13/2017 03:03 AM, Juergen Kimmel wrote:
root@LEDE:~# ip link
I suspect that there is an error in this line:
https://github.com/libremesh/lime-packages/commit/7cda1ad852055e85a3fec7376…
That should be
owrtDeviceName =
network.sanitizeIfaceName(linuxBaseIfname)..openwrtNameSuffix.."_dev"
instead of
owrtDeviceName =
network.limeIfNamePrefix..network.sanitizeIfaceName(linuxBaseIfname)..openwrtNameSuffix.."_dev"
This could give rise to all the problem.
Can you fix it on the device using
vim /usr/lib/lua/lime/network.lua
going to line 307 and deleting "network.limeIfNamePrefix.."?
If after this and a lime-config and a reboot things are not fixed can
you post the output of
uci show network
(there could be some non "lm_net_" entry of type "device" that
usually
is not present in ar71xx hardware)
Thanks,
Ilario