1.wifi启动
This commit is contained in:
parent
cf6a40b46d
commit
bb9d4361e8
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
modprobe 8189fs
|
modprobe 8723ds
|
||||||
|
|
||||||
echo "Configuring loopback interface 8189fs"
|
echo "Configuring loopback interface 8723ds"
|
||||||
ifconfig lo 127.0.0.1
|
ifconfig lo 127.0.0.1
|
||||||
|
|
||||||
#FOR WiFi Sample
|
#FOR WiFi Sample
|
||||||
|
|
|
@ -38,7 +38,7 @@ else
|
||||||
# called from kernel build system: just declare what our modules are
|
# called from kernel build system: just declare what our modules are
|
||||||
obj-m += \
|
obj-m += \
|
||||||
sample/fake/ \
|
sample/fake/ \
|
||||||
net/rtl8189fs/ \
|
net/rtl8723ds/ \
|
||||||
net/GobiNet/ \
|
net/GobiNet/ \
|
||||||
crypto/cryptodev-linux/ \
|
crypto/cryptodev-linux/ \
|
||||||
msdcnvt/msdcnvt/ \
|
msdcnvt/msdcnvt/ \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user