Bohdan Ivashko
Bohdan Ivashko
Implemented it in https://github.com/Arriven/db1000n/commit/8951bbb66d98262e869bd4ca15ffc68fe6480c09 You'll need a combination of `--strict-country-check` and `--country-check-interval ` to have a desired effect The release should be available soon, I just want to check if...
went ahead and added all the goarch options that did compile with the code. I can't guarantee all the features will work though
Based on what I'm seeing, I'm not sure go can cross compile for mipsbe but I'll check a bit more thoroughly in couple hours
UPD: according to all the docs I've found mipsbe should be just mips. Go has an option to compile hardfloat vs softfloat (default being only hardfloat) though, maybe that could...
Ideally we'd want to try and install go on that machine and inspect env variables it sets here https://go.dev/doc/install/source#environment Not sure you'd be able to easily install go on microtik...
Have you tried mips_softfloat?
hmm, I think segfault in this case means that this is the architecture to use but there's a bug somewhere in the code itself that doesn't present itself on other...
so I've tried running mips binary via qemu and it seems to be working fine (weirdly enough it works both with softfloat and hardfloat) As for "debug" build - I...
@1o1o1 I think I know what the issue is. How much RAM does that router have? db1000n needs at least 200mb to be able to run properly (and you'd need...
@FPavlovskiy while the idea is interesting I'm not sure the app is mature enough for this use-case as new versions come out almost every day (sometimes multiple times a day)....