Skip to content

Commit 44889b6

Browse files
committed
update apfpv
1 parent c6db1cd commit 44889b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devices/apfpv/br-ext-chip-sigmastar/configs/ssc338q_apfpv_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BR2_PACKAGE_MAVFWD=y
6464
BR2_PACKAGE_MSPOSD=y
6565
BR2_PACKAGE_OPUS_OPENIPC=y
6666
BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
67-
BR2_PACKAGE_RTL8812AU=y
67+
BR2_PACKAGE_RTL8812AU_OPENIPC=y
6868
BR2_PACKAGE_RTL88X2EU_OPENIPC=y
6969
BR2_PACKAGE_RTL8733BU_OPENIPC=y
7070
BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E=y

devices/apfpv/br-ext-chip-sigmastar/configs/ssc378qe_apfpv_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BR2_PACKAGE_MAVFWD=y
6464
BR2_PACKAGE_MSPOSD=y
6565
BR2_PACKAGE_OPUS_OPENIPC=y
6666
BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
67-
BR2_PACKAGE_RTL8812AU=y
67+
BR2_PACKAGE_RTL8812AU_OPENIPC=y
6868
BR2_PACKAGE_RTL88X2EU_OPENIPC=y
6969
BR2_PACKAGE_RTL8733BU_OPENIPC=y
7070
BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6C=y

devices/apfpv/general/overlay/usr/bin/adapter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ case "$1" in
1616
for card in $(lsusb | awk '{print $6}' | uniq); do
1717
case "$card" in
1818
"0bda:8812" | "0bda:881a" | "0b05:17d2" | "2357:0101" | "2604:0012")
19-
driver=8812au
19+
driver=88XXau
2020
;;
2121

2222
"0bda:a81a")

0 commit comments

Comments
 (0)