da625de806
SVN-Revision: 4852
9 lines
139 B
Bash
Executable file
9 lines
139 B
Bash
Executable file
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
setup_switch() { return 0; }
|
|
|
|
. /etc/functions.sh
|
|
include /lib/network
|
|
setup_switch
|
|
/sbin/wifi
|