commit d31389970513799def6808cb683305857795ec37 Author: Yegor S Date: Tue Feb 14 12:51:40 2023 -0500 Initial Home page diff --git a/Known-Issues.md b/Known-Issues.md new file mode 100644 index 0000000..51a2082 --- /dev/null +++ b/Known-Issues.md @@ -0,0 +1,4 @@ +This page documents known issues, and solutions. + +## RT-AC68U +This router supports armv7 architecture, however the `linux_armv7` binary [will not run](https://github.com/golang/go/issues/32760) on it. The solution is simple: use the `linux_armv5` binary instead. \ No newline at end of file