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