summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Matyukevich <geomatsi@gmail.com>2017-06-18 21:42:00 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-21 22:40:31 +0200
commit0697b86091be0f979fa268a34053ca7a033da090 (patch)
tree9ad398088fc6f6f76e4a96489c27dd94c2fa2790
parent681c1614be392a0400c737353c9b7cb187ec687d (diff)
downloadbuildroot-0697b86091be0f979fa268a34053ca7a033da090.tar.gz
buildroot-0697b86091be0f979fa268a34053ca7a033da090.zip
orangepi_zero_defconfig: add xradio wireless driver
Add xradio driver to enable on-board SDIO WiFi chip XR819. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--configs/orangepi_zero_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
index e023af4488..c21ea50b5b 100644
--- a/configs/orangepi_zero_defconfig
+++ b/configs/orangepi_zero_defconfig
@@ -30,6 +30,9 @@ BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
BR2_PACKAGE_HOST_UBOOT_TOOLS=y
+# wireless driver
+BR2_PACKAGE_XR819_XRADIO=y
+
# wireless support
BR2_PACKAGE_IW=y
BR2_PACKAGE_WIRELESS_TOOLS=y
OpenPOWER on IntegriCloud