package/rtl8821au: set CONFIG_RTL8821AU properly
authorChristian Stewart <christian@paral.in>
Mon, 11 Jul 2016 23:25:27 +0000 (16:25 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 15 Jul 2016 17:36:24 +0000 (19:36 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rtl8821au/rtl8821au.mk

index cf8f4cd083156fcc1b14644da23ed9c2df67ac63..ebb16659f386fb078e206f7f89a56e3ef887a9dc 100644 (file)
@@ -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