mirror of https://github.com/OpenIPC/firmware.git
rt8812au version update (#637)
parent
b984dd7b53
commit
8362c65b83
|
@ -3,7 +3,7 @@
|
|||
# rtl8812au-openipc
|
||||
#
|
||||
################################################################################
|
||||
RTL8812AU_OPENIPC_VERSION = 01616b79358f1225d4def42af34d842a63777495
|
||||
RTL8812AU_OPENIPC_VERSION = 3a57ac0a3ebd6d1f4ab9ef994a429c83df4b133a
|
||||
RTL8812AU_OPENIPC_SITE = $(call github,svpcom,rtl8812au,$(RTL8812AU_OPENIPC_VERSION))
|
||||
RTL8812AU_OPENIPC_LICENSE = GPL-2.0
|
||||
RTL8812AU_OPENIPC_LICENSE_FILES = COPYING
|
||||
|
|
|
@ -10,6 +10,9 @@ chip=$(ipcinfo -c)
|
|||
|
||||
driver=""
|
||||
|
||||
# "0bda:8813" -> (8814) -> 8814au
|
||||
# "0846:9052" -> (8811) -> 8821au
|
||||
|
||||
detect_wifi_card() {
|
||||
echo "Detecting wifi card vendor..."
|
||||
devices=$(lsusb | cut -d ' ' -f6 | sort | uniq)
|
||||
|
|
Loading…
Reference in New Issue