Ilario Gelmetti
Ilario Gelmetti
Also, and this was broken also in LibreMesh 2020.1, this line https://github.com/libremesh/lime-packages/blob/63630ba7e2818e2147d3477a8f33aa9d97b7dbd7/packages/batman-adv-auto-gw-mode/files/etc/watchping/wan-ok.d/batman-gw#L4 has to point to `network.bat0.gw_mode='client'` (at least on OpenWrt 19.07, I did not try on other versions).
And this file is not there anymore, still have to check where it went: https://github.com/libremesh/lime-packages/blob/06399e5de7fb7b9d3cf13c19f7bf70accb11299a/packages/batman-adv-auto-gw-mode/files/etc/watchping/wan-ok.d/batman-gw#L5
> And this file is not there anymore, still have to check where it went: > > https://github.com/libremesh/lime-packages/blob/06399e5de7fb7b9d3cf13c19f7bf70accb11299a/packages/batman-adv-auto-gw-mode/files/etc/watchping/wan-ok.d/batman-gw#L5 Surprise: it is not there because this package does not select-depend on...
* adhoc from lime-system #855
The previous cleaning was done in #576 and already there (in 2019) there were suspects also on: - [ ] [lime-ap-watchping](https://github.com/libremesh/lime-packages/tree/master/packages/lime-ap-watchping) - [ ] [lime-hwd-usbradio](https://github.com/libremesh/lime-packages/tree/master/packages/lime-hwd-usbradio) - [x] [luci-app-batman-adv](https://github.com/libremesh/lime-packages/tree/master/packages/luci-app-batman-adv) - [x]...
Also related, removing stuff mentioned here #809
- [ ] cotonete https://github.com/libremesh/lime-packages/tree/master/packages/cotonete
#1097 by @G10h4ck is removing some of the obsolete packages. Additionally to the aforementioned ones, another package to remove is: - [ ] luci-mod-status (it uses swconfig that is not...
That was not my proposal, but it is not important. The questions are: how much of a problem is this error showing up? and is it worth to solve it...
Just saw that `lime-hwd-openwrt-wan` not only activates proto/wan on the WAN port, but also adds all of the other protocols except LAN! https://github.com/libremesh/lime-packages/blob/d81c12cdf56f0370600999adf586265c7cd7668b/packages/lime-hwd-openwrt-wan/files/usr/lib/lua/lime/hwd/openwrt_wan.lua#L32-L39 (BMX6 and 7 are added without VLAN,...