mirror of https://github.com/OpenIPC/firmware.git
Added adapter info for T21
parent
454b15a1a2
commit
b29c9e5f85
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue