File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
br-ext-chip-sigmastar/configs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ BR2_PACKAGE_MAVFWD=y
64
64
BR2_PACKAGE_MSPOSD=y
65
65
BR2_PACKAGE_OPUS_OPENIPC=y
66
66
BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
67
- BR2_PACKAGE_RTL8812AU =y
67
+ BR2_PACKAGE_RTL8812AU_OPENIPC =y
68
68
BR2_PACKAGE_RTL88X2EU_OPENIPC=y
69
69
BR2_PACKAGE_RTL8733BU_OPENIPC=y
70
70
BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E=y
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ BR2_PACKAGE_MAVFWD=y
64
64
BR2_PACKAGE_MSPOSD=y
65
65
BR2_PACKAGE_OPUS_OPENIPC=y
66
66
BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
67
- BR2_PACKAGE_RTL8812AU =y
67
+ BR2_PACKAGE_RTL8812AU_OPENIPC =y
68
68
BR2_PACKAGE_RTL88X2EU_OPENIPC=y
69
69
BR2_PACKAGE_RTL8733BU_OPENIPC=y
70
70
BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6C=y
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ case "$1" in
16
16
for card in $( lsusb | awk ' {print $6}' | uniq) ; do
17
17
case " $card " in
18
18
" 0bda:8812" | " 0bda:881a" | " 0b05:17d2" | " 2357:0101" | " 2604:0012" )
19
- driver=8812au
19
+ driver=88XXau
20
20
;;
21
21
22
22
" 0bda:a81a" )
You can’t perform that action at this time.
0 commit comments