mirror of https://github.com/OpenIPC/firmware.git
Correct ifconfig statement
Interface needs to be wlan0, and IP address needs to match subnet offered in udhcpd.conf pool (192.169.1.X)pull/700/head
parent
fa92f2a2ae
commit
ab9659b088
|
@ -18,7 +18,7 @@ fi
|
|||
|
||||
if [ $1 = "startup" ]; then
|
||||
/etc/wireless/netadapter $1
|
||||
ifconfig eth0 192.168.2.10
|
||||
ifconfig wlan0 192.168.1.10
|
||||
fi
|
||||
|
||||
if [ $1 = "shutdown" ]; then
|
||||
|
|
Loading…
Reference in New Issue