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