1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

implement simple device autodetection for wifi drivers

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5113 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2006-10-15 15:27:34 +00:00
parent a454958a86
commit b573d8ec23
4 changed files with 78 additions and 26 deletions

View File

@@ -6,6 +6,8 @@ start() {
include /lib/network
setup_switch
/sbin/wifi
[ -e /etc/config/wireless ] || \
/sbin/wifi detect > /etc/config/wireless
/sbin/wifi up
}