This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
ACwifidude
mirror of
https://github.com/ACwifidude/openwrt.git
Watch
1
Star
0
Fork
You've already forked ACwifidude
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5f8f8a3661
ACwifidude
/
package
/
kernel
/
broadcom-wl
/
files
/
etc
/
hotplug.d
/
net
/
00-broadcom-wifi-detect
6 lines
97 B
Bash
Raw
Blame
History
#!/bin/sh
[
"
${
ACTION
}
"
=
"add"
]
&&
[
"
${
INTERFACE
%%[0-9]
}
"
=
"wl"
]
&&
{
/sbin/wifi config
}
Reference in New Issue
View Git Blame
Copy Permalink