1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
From: Sven Eckelmann <sven@narfation.org>
Date: Fri, 30 Aug 2019 19:01:34 +0200
Subject: Import supported list in manpage
The upstream project stores the supported devices information in an extra
sphinx documentation. But beside this, the documentation only provides information
about creating an OpenWrt specific setup. An ap51-flash-doc package would
not provide any benefit here.
It is easier for a debian user to check the manpage of the application and
directly get this list. This might change in the future when the
documentation contains more information.
Forwarded: not-needed
---
man/ap51-flash.8 | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 82 insertions(+)
diff --git a/man/ap51-flash.8 b/man/ap51-flash.8
index 1641a92..d80eedb 100644
--- a/man/ap51-flash.8
+++ b/man/ap51-flash.8
@@ -78,6 +78,88 @@ print ap51\-flash version and exit
.BR \-h ", " \-\-help
print ap51\-flash help and exit
+.SH NOTES
+The currently supported devices are
+
+.IP \(bu 2
+Alfa Network AP121F
+.IP \(bu 2
+Datto AP440
+.IP \(bu 2
+Datto AP840
+.IP \(bu 2
+Datto AP840E
+.IP \(bu 2
+Datto TW420
+.IP \(bu 2
+Dlink DIR-300
+.IP \(bu 2
+Engenius EOC-1650
+.IP \(bu 2
+Engenius EOC-2610
+.IP \(bu 2
+Engenius EOC-2610p
+.IP \(bu 2
+Engenius 3660
+.IP \(bu 2
+FON La Fonera (2100)
+.IP \(bu 2
+Open Mesh A40
+.IP \(bu 2
+Open Mesh A42
+.IP \(bu 2
+Open Mesh A60
+.IP \(bu 2
+Open Mesh A62
+.IP \(bu 2
+Open Mesh D200
+.IP \(bu 2
+Open Mesh G200
+.IP \(bu 2
+Open Mesh MR500
+.IP \(bu 2
+Open Mesh MR600 (v1, v2)
+.IP \(bu 2
+Open Mesh MR900 (v1, v2)
+.IP \(bu 2
+Open Mesh MR1750 (v1, v2)
+.IP \(bu 2
+Open Mesh OM1P
+.IP \(bu 2
+Open Mesh OM2P (v1, v2, v4)
+.IP \(bu 2
+Open Mesh OM2P-HS (v1, v2, v3, v4)
+.IP \(bu 2
+Open Mesh OM2P-LC
+.IP \(bu 2
+Open Mesh OM5P
+.IP \(bu 2
+Open Mesh OM5P-AN
+.IP \(bu 2
+Open Mesh OM5P-AC (v1, v2)
+.IP \(bu 2
+Plasma Cloud PA300
+.IP \(bu 2
+Plasma Cloud PA1200
+.IP \(bu 2
+Plasma Cloud PA2200
+.IP \(bu 2
+Plasma Cloud PAX1800 (v1, v2)
+.IP \(bu 2
+Ubiquiti Bullet2 & HP
+.IP \(bu 2
+Ubiquiti NanoStation2
+.IP \(bu 2
+Ubiquiti NanoStation5
+.IP \(bu 2
+Ubiquiti Pico2 & HP
+.IP \(bu 2
+Ubiquiti RouterStation
+.IP \(bu 2
+UniAppliance Colibrì (!UniData)
+.IP \(bu 2
+Zyxel NBG6817
+
.SH AUTHOR
ap51-flash was written by Marek Lindner and others. This manual page was written
by Sven Eckelmann <sven@narfation.org>. It is licensed under the terms of the
|