rt8812au version update (#637)

pull/639/head
cronyx 2023-02-05 23:00:00 +03:00 committed by GitHub
parent b984dd7b53
commit 8362c65b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

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

View File

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