1.wifi启动
This commit is contained in:
parent
cf6a40b46d
commit
bb9d4361e8
|
@ -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
|
||||
|
|
|
@ -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/ \
|
||||
|
|
Loading…
Reference in New Issue
Block a user