diff mbox

[v1,1/1] package/rtl8821au: set CONFIG_RTL8821AU properly

Message ID 1468279527-17725-1-git-send-email-christian@paral.in
State Accepted
Headers show

Commit Message

Christian Stewart July 11, 2016, 11:25 p.m. UTC
Due to a recent update in the code, CONFIG_RTL8821AU=m is the expected
kernel configuration environment variable to be set, not
CONFIG_RTL8812AU_8821AU=m as was previously set.

Presently the package does effectively nothing.

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/rtl8821au/rtl8821au.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni July 15, 2016, 5:36 p.m. UTC | #1
Hello,

On Mon, 11 Jul 2016 16:25:27 -0700, Christian Stewart wrote:
> Due to a recent update in the code, CONFIG_RTL8821AU=m is the expected
> kernel configuration environment variable to be set, not
> CONFIG_RTL8812AU_8821AU=m as was previously set.
> 
> Presently the package does effectively nothing.
> 
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
>  package/rtl8821au/rtl8821au.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/rtl8821au/rtl8821au.mk b/package/rtl8821au/rtl8821au.mk
index cf8f4cd..ebb1665 100644
--- a/package/rtl8821au/rtl8821au.mk
+++ b/package/rtl8821au/rtl8821au.mk
@@ -10,7 +10,7 @@  RTL8821AU_LICENSE = GPLv2, proprietary (rtl8821au.bin firmware)
 RTL8821AU_LICENSE_FILES = COPYING
 
 RTL8821AU_MODULE_MAKE_OPTS = \
-	CONFIG_RTL8812AU_8821AU=m \
+	CONFIG_RTL8821AU=m \
 	KVER=$(LINUX_VERSION_PROBED) \
 	USER_EXTRA_CFLAGS=-DCONFIG_$(call qstrip,$(BR2_ENDIAN))_ENDIAN