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
6464BR2_PACKAGE_MSPOSD=y
6565BR2_PACKAGE_OPUS_OPENIPC=y
6666BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
67- BR2_PACKAGE_RTL8812AU =y
67+ BR2_PACKAGE_RTL8812AU_OPENIPC =y
6868BR2_PACKAGE_RTL88X2EU_OPENIPC=y
6969BR2_PACKAGE_RTL8733BU_OPENIPC=y
7070BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E=y
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ BR2_PACKAGE_MAVFWD=y
6464BR2_PACKAGE_MSPOSD=y
6565BR2_PACKAGE_OPUS_OPENIPC=y
6666BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
67- BR2_PACKAGE_RTL8812AU =y
67+ BR2_PACKAGE_RTL8812AU_OPENIPC =y
6868BR2_PACKAGE_RTL88X2EU_OPENIPC=y
6969BR2_PACKAGE_RTL8733BU_OPENIPC=y
7070BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6C=y
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments