da625de806
SVN-Revision: 4852
10 lines
139 B
Bash
Executable File
10 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
|