1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
8 setup_switch
() { return 0; }
12 [ -s /etc
/config
/wireless
] || \
13 /sbin
/wifi detect
> /etc
/config
/wireless
18 setup_switch
() { return 0; }
This page took 0.044248 seconds and 5 git commands to generate.