Skip to content

Commit

Permalink
Keep compatibility with r1s
Browse files Browse the repository at this point in the history
  • Loading branch information
soffchen authored Feb 28, 2020
1 parent c302f14 commit 6817d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/31-usb_wifi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#logger ACTION=$ACTION DEVPATH=$DEVPATH SUBSYSTEM=$SUBSYSTEM DEVTYPE=$DEVTYPE PRODUCT=$PRODUCT MODALIAS=$MODALIAS

FE_DIR=/root/.friendlyelec/
if [ "${DEVTYPE}" = usb_interface ] && { [ "${PRODUCT}" = "bda/c811/200" ] || [ "${PRODUCT}" = "bda/c820/200" ] ;}; then
if { [ "${DEVTYPE}" = usb_device ] || [ "${DEVTYPE}" = usb_interface ] ;} && { [ "${PRODUCT}" = "bda/c811/200" ] || [ "${PRODUCT}" = "bda/c820/200" ] ;}; then
MODULE=rtl8821cu
TARGET=wlan${MODULE}

Expand Down

0 comments on commit 6817d91

Please sign in to comment.