Christoph
Christoph
Well, for the OLSRd-wizard we let the user to opt-in for auto-update, see following screenshot:  As for releases I think they should be tested accordingly as already stated. If...
> I'd be more than happy to merge a PR for such a wizard then. Great, then I'll start with the wizard. Will take some time though I guess until...
While working on the wizard I noticed following: filename of the package is: `e50-v2-v1.0.20210606-v1.0.20210914.deb` dpkg returns as version: `1.0.20210606-2` 1. Why is the version inconsistency in the filename (without `-2`)...
Ok, I understand. Yes, comparing to the release tag works. I didn't notice the release tag matches the package version. Good idea, thanks!
A first view on the wizard: I'm thinking about how much configuration I should put into the wizard. Preferably I would add rather less options to keep it clean and...
Basically I've got a working "alpha" version ready of the wizard, which does following: - check package installation status (and try to download/install package, if not already installed) - check...
I have following EdgeRouters on hand to test: - ER-X-SFP `EdgeRouter X SFP 6-Port` (e50) - EP-R6 `EdgePoint Router 6-Port` (e50) - ER-6P `EdgeRouter 6P` (e300) Interesting, that your ER-6P...
When designing the wizard interface I first thought to add the possibility for multiple interfaces but then realized that I'm somhow re-creating the ConfigTree and therefore reconsidered that, thinking: if...
Thanks to @pocki80 I could solve the problem with selecting the right package by using `/usr/sbin/ubnt-hal-e getBoardIdE` which returns the router's board-id. There I just replace the last integer with...
Ok, then I assume an own repository for the wizard would be appropriate where the update process can be handled same as for the package. For now I created one...