From a9658e1af903e59d9d37e3f6c93b2f8e5c10807f Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Thu, 22 Aug 2019 23:26:32 +0200 Subject: [PATCH] Update FAQ to clarify adding new device support or requesting new device support (#10513) * Update FAQ.md * Update FAQ.md * Update FAQ.md --- doc/Support/FAQ.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Support/FAQ.md b/doc/Support/FAQ.md index 94d35b582e..17daf934ab 100644 --- a/doc/Support/FAQ.md +++ b/doc/Support/FAQ.md @@ -368,7 +368,10 @@ adding to /etc/snmp/snmpd.conf : ## How do I add support for a new OS? -Please see [Supporting a new OS](../Developing/Support-New-OS.md) +Please see [Supporting a new OS](../Developing/Support-New-OS.md) if you are adding all +the support yourself, i.e. writing all of the supporting code. If you are only able +to supply supporting info, and would like the help of others to write up the code, please +follow the below steps. ## What information do you need to add a new OS?