From patchwork Sun Oct 7 03:36:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 1951 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 1212160993 for ; Sat, 6 Oct 2018 18:36:52 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id BA38D2068123; Sat, 6 Oct 2018 17:36:51 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538843811; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=fyfGaVv9foQC/tgL7JxdtdAnIaMtm5JjydhlY4Eqr+w=; b=G7dqtJXMC/FnZQZSQcoKFrWCuoZ8KVYweiyE2mL5Tg0w5mCqj3znZXPa7g5cBUWP8BpkzQ uGXsxodnIKUwbtsRKoBHae/LhYa9cxhdqq62pbgmHyBqpgomH17D8334K8lFnOWMUsuku/ OfvlYrvDpcniaOXP89wugRW3xET/QdaWFb39vwGDdiZI1C84XTFRhOPXdU9vKoe2Tc/lp9 us/DKVP85XSjPHAaS4c14y1GiPUbmZh8+0XWh+vOzqaZpmIAKVbIv7IFiKVfnpMM7fDhVy 94rX7TE4NjiFAN4kbuN5RzJB/eAXpd8cRfWUD5FwvYdjjJtzYFfhnhU9spJugQ== Received: from ipfire.tremer.co.uk (unknown [88.98.219.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id B7C8F206811E; Sat, 6 Oct 2018 17:36:43 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538843803; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=fyfGaVv9foQC/tgL7JxdtdAnIaMtm5JjydhlY4Eqr+w=; b=RsiW1cau5ITWx1nQqIyb4bzVnq8TFIzGJo21vO7y8xeIXP2mad2IX5DChGG2vgiaUQnljy vLOPFDSZSVS9Mfz6+kaE9P+QtEulQ8WgdZEGfZnH6TnIie/N70DjXzT37OzKrnv4EvFOv/ e73/UoUNdn7DHEfheoVcUCVOdV7gbmkp84v4hKdOAgCeXTWI5yjyON+Ef2Vd/T4RQOhNBT +B9Wb6t2ab+/aadofpAgGpE8JBaPFuWuR2nQZSqf4irmknoaBBq4S3WFw3z1HRfjwrgdAi MbQElm5a6UCP5A6h8Ph9JQ9KKx+dAujfpXER4LlETLDurSkwaD1FBGNIcdm4Iw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/3] hostapd: Compile with debugging messages Date: Sat, 6 Oct 2018 17:36:29 +0100 Message-Id: <20181006163630.13632-2-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20181006163630.13632-1-michael.tremer@ipfire.org> References: <20181006163630.13632-1-michael.tremer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ms smtp.mailfrom=michael.tremer@ipfire.org X-Spamd-Result: default: False [-6.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLY(-4.00)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:56478, ipnet:88.98.216.0/22, country:GB]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-6.10 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- config/hostapd/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/hostapd/config b/config/hostapd/config index c3672c524..66ebbf1ce 100644 --- a/config/hostapd/config +++ b/config/hostapd/config @@ -152,8 +152,7 @@ CONFIG_IEEE80211AC=y # Remove debugging code that is printing out debug messages to stdout. # This can be used to reduce the size of the hostapd considerably if debugging # code is not needed. -CONFIG_NO_STDOUT_DEBUG=y - +#CONFIG_NO_STDOUT_DEBUG=y # Add support for writing debug log to a file: -f /tmp/hostapd.log # Disabled by default.