This website works better with JavaScript
Home
Explore
Help
Sign In
OpenWrt
/
openwrt
mirror of
https://github.com/openwrt/openwrt.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
always return true in disable_broadcom()
SVN-Revision: 5120
Felix Fietkau
19 years ago
parent
8a3523dc0e
commit
0123c3eef8
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
package/broadcom-wl/files/lib/wifi/broadcom.sh
+ 1
- 0
package/broadcom-wl/files/lib/wifi/broadcom.sh
View File
@@ -103,6 +103,7 @@ disable_broadcom() {
}
done
)
+ true
}
enable_broadcom() {