Merge pull request #98 from balena-os/wifi_fixes

linux-mainline: Add wifi kernel configs
This commit is contained in:
Florin Sarbu 2020-01-13 12:59:51 +02:00 committed by GitHub
commit bf9b77341c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 40 deletions

View file

@ -27,11 +27,17 @@ RESIN_CONFIGS[axp_power] ="\
RESIN_CONFIGS_append_orangepi-plus2 = " wifi"
RESIN_CONFIGS_append_orange-pi-zero = " wifi"
RESIN_CONFIGS_append_orange-pi-lite = " wifi"
RESIN_CONFIGS_append_nanopi-neo-air = " wifi"
RESIN_CONFIGS_append_bananapi-m1-plus = " wifi"
RESIN_CONFIGS[wifi] ="\
CONFIG_WIRELESS=y \
CONFIG_RFKILL=y \
CONFIG_CFG80211=m \
CONFIG_CFG80211_WEXT=y \
CONFIG_WLAN=y \
CONFIG_WLAN_VENDOR_REALTEK=y \
"
RESIN_CONFIGS_append_orangepi-plus2 = " pl2303"

View file

@ -326,11 +326,9 @@ SRC_URI_append = " \
file://armbian/wifi-4002-add-realtek-8723cs.patch \
file://armbian/wifi-8723bs-AP-bugfix.patch \
file://armbian/wifi-add-realtek-8189fs.patch \
file://armbian/wifi-add-xradio.patch \
file://armbian/wifi-bt-bananapi-m2-plus.patch \
file://armbian/wifi-orangepi-pc-plus-pwrseq.patch \
file://armbian/wifi-orangepi-prime.patch \
file://armbian/wifi-orangepi-zero-fix-xradio-interrupt.patch \
file://armbian/xxx-0001-network-audio-orangepiwin-dts.patch \
file://armbian/xxx-0002-enable_usb_uart1-orangepiwin-dts.patch \
file://armbian/xxx-a64-olinuxino-eth.patch \

View file

@ -1,22 +0,0 @@
SUMMARY = "Xradio xr819 WiFi firmware"
LICENSE = "CC0-1.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=0ceb3372c9595f0a8067e55da801e4a1"
SRCREV = "bddd21b7f895be9f0c37e435f0a7ac84405c6091"
SRC_URI = "git://github.com/armbian/firmware.git;protocol=https"
S = "${WORKDIR}/git"
do_compile () {
exit 0
}
do_install() {
install -d ${D}${base_libdir}/firmware/xr819
install -m 0644 ${S}/xr819/boot_xr819.bin ${D}${base_libdir}/firmware/xr819/
install -m 0644 ${S}/xr819/sdd_xr819.bin ${D}${base_libdir}/firmware/xr819/
install -m 0644 ${S}/xr819/fw_xr819.bin ${D}${base_libdir}/firmware/xr819/
}
FILES_${PN} = "${base_libdir}/*"

View file

@ -1,16 +0,0 @@
SUMMARY = "Xradio WiFi driver for orangepi-zero"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
inherit module
SRCREV = "b7789c274091344eeff47cf34a48e0b225de852b"
SRC_URI = "git://github.com/fifteenhex/xradio.git;protocol=https \
"
S = "${WORKDIR}/git"
EXTRA_OEMAKE += "-C ${STAGING_KERNEL_DIR} M=${S}"
KERNEL_MODULE_AUTOLOAD += "xradio_wlan"