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