1.wifi启动

This commit is contained in:
payton 2023-09-25 17:40:41 +08:00
parent cf6a40b46d
commit bb9d4361e8
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
modprobe 8189fs
modprobe 8723ds
echo "Configuring loopback interface 8189fs"
echo "Configuring loopback interface 8723ds"
ifconfig lo 127.0.0.1
#FOR WiFi Sample

View File

@ -38,7 +38,7 @@ else
# called from kernel build system: just declare what our modules are
obj-m += \
sample/fake/ \
net/rtl8189fs/ \
net/rtl8723ds/ \
net/GobiNet/ \
crypto/cryptodev-linux/ \
msdcnvt/msdcnvt/ \