mirror of https://github.com/OpenIPC/firmware.git
fix network startup (#779)
parent
125fe8b05a
commit
6b1cc87555
|
@ -1,4 +1,3 @@
|
|||
manual wg0
|
||||
iface wg0 inet static
|
||||
address 192.168.99.1
|
||||
netmask 255.255.255.0
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
manual wlan0
|
||||
iface wlan0 inet dhcp
|
||||
pre-up devmem 0x100C0080 32 0x530
|
||||
pre-up echo 7 > /sys/class/gpio/export
|
||||
|
|
Loading…
Reference in New Issue