Fixed /etc/network interfaces; recompiled wireless driver less wait time patch applied
This commit is contained in:
parent
01bb05168d
commit
2536e74d37
@ -8,7 +8,7 @@ case "$1" in
|
|||||||
sleep 2
|
sleep 2
|
||||||
status=`cat /proc/sys/kernel/random/entropy_avail`
|
status=`cat /proc/sys/kernel/random/entropy_avail`
|
||||||
done
|
done
|
||||||
echo -n "OK"
|
echo "OK"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $0 {start}"
|
echo "Usage: $0 {start}"
|
||||||
|
@ -8,3 +8,7 @@ auto ap0
|
|||||||
iface ap0 inet static
|
iface ap0 inet static
|
||||||
address 192.168.77.1
|
address 192.168.77.1
|
||||||
netmask 255.255.255.0
|
netmask 255.255.255.0
|
||||||
|
|
||||||
|
auto client0
|
||||||
|
iface client0 inet manual
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user