summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stewart <christian@paral.in>2016-07-11 16:25:27 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-15 19:36:24 +0200
commit4d33573aa52fbb2e42f9182b0868ddb0d0d5701b (patch)
treeee34dafa7043904ea633982d29750464d9070331
parenta121757f855790db2fbbfe7ba35dc9e88163a678 (diff)
downloadbuildroot-4d33573aa52fbb2e42f9182b0868ddb0d0d5701b.tar.gz
buildroot-4d33573aa52fbb2e42f9182b0868ddb0d0d5701b.zip
package/rtl8821au: set CONFIG_RTL8821AU properly
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>
-rw-r--r--package/rtl8821au/rtl8821au.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rtl8821au/rtl8821au.mk b/package/rtl8821au/rtl8821au.mk
index cf8f4cd083..ebb16659f3 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
OpenPOWER on IntegriCloud