Added adapter info for T21

pull/715/head
jayfan0 2023-04-05 13:15:11 +01:00
parent 454b15a1a2
commit b29c9e5f85
1 changed files with 8 additions and 0 deletions

View File

@ -15,3 +15,11 @@ if [ "$CONFIG" = "hi3516ev300_ultimate_defconfig" ]; then
echo 7 > /sys/class/gpio/unexport echo 7 > /sys/class/gpio/unexport
modprobe mt7601usta modprobe mt7601usta
fi fi
# Ingenic T21
if [ "$CONFIG" = "t21_lite_defconfig" ]; then
gpio clear 50
modprobe cfg80211
modprobe mac80211
modprobe 8188fu
fi