31e0ccf22f
SVN-Revision: 4323
9 lines
135 B
Bash
Executable file
9 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.orga
|
|
|
|
setup_switch() { return 0; }
|
|
|
|
. /etc/functions.sh
|
|
include network
|
|
setup_switch
|
|
/sbin/wifi
|