From d31389970513799def6808cb683305857795ec37 Mon Sep 17 00:00:00 2001 From: Yegor S Date: Tue, 14 Feb 2023 12:51:40 -0500 Subject: [PATCH] Initial Home page --- Known-Issues.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Known-Issues.md 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