2006-07-30 03:09:09 +00:00
|
|
|
#!/bin/sh
|
2006-08-01 23:19:54 +00:00
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
2006-07-30 03:09:09 +00:00
|
|
|
|
|
|
|
setup_switch() { return 0; }
|
|
|
|
|
|
|
|
. /etc/functions.sh
|
2006-09-24 13:32:18 +00:00
|
|
|
include /lib/network
|
2006-07-30 03:09:09 +00:00
|
|
|
setup_switch
|
|
|
|
/sbin/wifi
|