On 13 May 2017 at 19:15, Mauro Mozzarelli <open...@ezplanet.net> wrote: > It looks like the problem extends also to other systems and might be traced > back to the relocation of > > /usr/bin/ip > > to > > /sbin/ip >
For your information, fix for mwan3 has just been pushed to packages feed a while ago (https://github.com/openwrt/packages/issues/4325) > > Here are more errors related to this issue: > > May 13 12:11:40 volta uhttpd[2297]: sh: /usr/bin/ip: not found > May 13 12:11:45 volta uhttpd[2297]: sh: /usr/bin/ip: not found > May 13 12:11:50 volta uhttpd[2297]: sh: /usr/bin/ip: not found > Previously ip-full, ip-tiny, busybox ip applet all installed to different locations to avoid conflict (https://bugs.lede-project.org/index.php?do=details&task_id=428). Only recently after alternatives support was added to LEDE master, it will be available as a symbolic link from /sbin/ip to /sbin/ip-tiny, /sbin/ip-full, /bin/busybox. Packages requiring ip utility from iproute2 should make the dependency relationship explicit in the DEPNDS spec. Checking existence of /usr/bin/ip or /usr/sbin/ip will not work now with LEDE master. Regards, yousong _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev