mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 02:17:10 +02:00
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
|
#!/bin/sh
|
||
|
# Copyright (C) 2006 OpenWrt.orga
|
||
|
|
||
|
setup_switch() { return 0; }
|
||
|
|
||
|
. /etc/functions.sh
|
||
|
include network
|
||
|
setup_switch
|
||
|
/sbin/wifi
|