1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
8 setup_switch
() { return 0; }
12 grep -qs config
/etc
/config
/wireless
&& {
15 rm -f /etc
/config
/wireless
16 /sbin
/wifi detect
> /etc
/config
/wireless
21 setup_switch
() { return 0; }
This page took 0.042413 seconds and 5 git commands to generate.