From patchwork Mon Jul 27 16:33:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Stewart X-Patchwork-Id: 500493 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 58AED140313 for ; Tue, 28 Jul 2015 02:34:13 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0F63A87FF4; Mon, 27 Jul 2015 16:34:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6_vKj008PWDo; Mon, 27 Jul 2015 16:34:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1056B8750D; Mon, 27 Jul 2015 16:34:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C1E981C28F0 for ; Mon, 27 Jul 2015 16:34:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BE9008B218 for ; Mon, 27 Jul 2015 16:34:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rWIuaN8wcXUw for ; Mon, 27 Jul 2015 16:34:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 38AFC8AEC2 for ; Mon, 27 Jul 2015 16:34:05 +0000 (UTC) Received: by obre1 with SMTP id e1so63752134obr.1 for ; Mon, 27 Jul 2015 09:34:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=98+oNa2SiIvPaRVrFD3Hy1/+XkJuXbMU5UaArQ69kRs=; b=H1ksnV4urXn4auP56eV71nq9gBXyk2XIwuI9Wc/BwWl8Ydcc9elDcHQYAv7EA7/8qP fVa77dFHGlU9sin4ICTpTo91ojbYfRK3y4G1bNL579qh4V3JzodHJaNRLvTOeDh05MUX kWUKi/iLSQohycoDNofzHWCPrq9HLnHEkpsr9b32oWBAkHuDhew+WuuRbwRRaBVC/K5N 6Ip/TW+xkpOwi5htu3iPbSiprZD77Rp/AKYtQ+/GMbJzQ/sd0mYXAPbUZTmMHyi/0XO+ LwVUQTF65aHScUXsj9DxWeYXaFLcD6txpI5LuWQbu3DcdTuBP/n6LiaZwFd3KeATODn7 7nnA== X-Gm-Message-State: ALoCoQlESDBte2BVjb9dlpZRhGZV0koBMJIfTLPXPs98LMfA9u10CPfnB2BRLdy+4T9/aWgpOxH5 X-Received: by 10.60.54.1 with SMTP id f1mr30176051oep.68.1438014844392; Mon, 27 Jul 2015 09:34:04 -0700 (PDT) Received: from localhost.localdomain ([64.145.76.203]) by smtp.gmail.com with ESMTPSA id pn16sm10604749oeb.16.2015.07.27.09.34.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Jul 2015 09:34:03 -0700 (PDT) From: Christian Stewart To: buildroot@buildroot.org Date: Mon, 27 Jul 2015 09:33:55 -0700 Message-Id: <1438014835-11707-1-git-send-email-christian@paral.in> X-Mailer: git-send-email 2.1.4 Cc: Christian Stewart Subject: [Buildroot] [PATCH v1 1/1] package/rtl8821au: remove debugging patch X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This patch updates rtl8821au to include an upstream commit which disables debug output without a runtime insmod parameter debug=level. This makes the old buildroot patch to remove hardcoded debug defines unnecessary: as such, it has been removed. Signed-off-by: Christian Stewart Tested-by: Christian Stewart Reviewed-by: "Yann E. MORIN" --- package/rtl8821au/0001-disable-default-debug.patch | 24 ---------------------- package/rtl8821au/rtl8821au.mk | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 package/rtl8821au/0001-disable-default-debug.patch diff --git a/package/rtl8821au/0001-disable-default-debug.patch b/package/rtl8821au/0001-disable-default-debug.patch deleted file mode 100644 index de6fc62..0000000 --- a/package/rtl8821au/0001-disable-default-debug.patch +++ /dev/null @@ -1,24 +0,0 @@ -Comment out the hardcoded debug defines. If extra debug is needed, we can add it -as a define in the make flags. - -Signed-off-by: Christian Stewart - -diff --git a/include/autoconf.h b/include/autoconf.h ---- a/include/autoconf.h -+++ b/include/autoconf.h -@@ -130,12 +130,12 @@ - /* - * Debug Related Config - */ --#define DBG 1 -+//#define DBG 1 - --#define CONFIG_DEBUG /* DBG_871X, etc... */ -+//#define CONFIG_DEBUG /* DBG_871X, etc... */ - //#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */ - --#define CONFIG_PROC_DEBUG -+//#define CONFIG_PROC_DEBUG - - - //#define DBG_TX diff --git a/package/rtl8821au/rtl8821au.mk b/package/rtl8821au/rtl8821au.mk index d218e3c..eddb18e 100644 --- a/package/rtl8821au/rtl8821au.mk +++ b/package/rtl8821au/rtl8821au.mk @@ -4,7 +4,7 @@ # ################################################################################ -RTL8821AU_VERSION = f58e4a7fb27551bdbb4aee9db6086dd6ad996c8d +RTL8821AU_VERSION = fef8c9d67d076eee9dfb9e19cb7cb69815d5a207 RTL8821AU_SITE = $(call github,ulli-kroll,rtl8821au,$(RTL8821AU_VERSION)) RTL8821AU_LICENSE = GPLv2, proprietary (rtl8821au.bin firmware) RTL8821AU_LICENSE_FILES = COPYING