Browse Source

always return true in disable_broadcom()

SVN-Revision: 5120
Felix Fietkau 19 years ago
parent
commit
0123c3eef8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/broadcom-wl/files/lib/wifi/broadcom.sh

+ 1 - 0
package/broadcom-wl/files/lib/wifi/broadcom.sh

@@ -103,6 +103,7 @@ disable_broadcom() {
 			}
 		done
 	)
+	true
 }
 
 enable_broadcom() {