Changes for page Openwrt Notes
Last modified by Leon Poon on 2019/11/02 17:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -75,11 +75,3 @@ 75 75 ip link set eth0 up 76 76 ip route add default via GW 77 77 {{/code}} 78 - 79 -= Network = 80 - 81 -{{code language="bash"}} 82 -sed -re 's/^boot_run_hook/#\0/g' -i /etc/preinit 83 -PREINIT=1 . /etc/preinit 84 -for pi_ifname in eth0.1 eth0.2; do preinit_ip; done 85 -{{/code}}