Merge pull request #1635 from MilhouseVH/wlan-cleanup

firmware: install wifi firmware from linux-firmware, cleanup wlan-fir…
This commit is contained in:
Lukas Rusak 2017-05-27 14:15:49 -07:00 committed by GitHub
commit 19a67fb1f0
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
ar3k/*
ath3k-1.fw
rtl_bt/*_fw.bin
# WLAN firmwares
ath10k/*
ath6k/*
brcm/*
libertas/*
mrvl/*
mwl8k/*
mwlwifi/*
rtlwifi/*

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kernel-firmware"
PKG_VERSION="b141345"
PKG_VERSION="df40d15"
PKG_ARCH="any"
PKG_LICENSE="other"
PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="wlan-firmware"
PKG_VERSION="cf02ad3"
PKG_VERSION="25d0c93"
PKG_ARCH="any"
PKG_LICENSE="Free-to-use"
PKG_SITE="https://github.com/LibreELEC/wlan-firmware"