always return true in disable_broadcom()
authorFelix Fietkau <nbd@openwrt.org>
Sun, 15 Oct 2006 16:24:57 +0000 (16:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 15 Oct 2006 16:24:57 +0000 (16:24 +0000)
SVN-Revision: 5120

package/broadcom-wl/files/lib/wifi/broadcom.sh

index 5bb69da94f3fd0a104fb8e4fd34e29b703431f46..2250ba8799e013bd0473a904f420f88757eff571 100644 (file)
@@ -103,6 +103,7 @@ disable_broadcom() {
                        }
                done
        )
+       true
 }
 
 enable_broadcom() {