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>
This commit is contained in:
Sergey Matyukevich 2017-06-18 21:42:00 +03:00 committed by Thomas Petazzoni
parent 681c1614be
commit 0697b86091

View file

@ -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