From: Felix Fietkau Date: Sun, 15 Oct 2006 16:24:57 +0000 (+0000) Subject: always return true in disable_broadcom() X-Git-Tag: reboot~30676 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0123c3eef8924406ed293fb04f6790cdbe9a7b36;p=openwrt%2Fstaging%2Fchunkeey.git always return true in disable_broadcom() SVN-Revision: 5120 --- diff --git a/package/broadcom-wl/files/lib/wifi/broadcom.sh b/package/broadcom-wl/files/lib/wifi/broadcom.sh index 5bb69da94f..2250ba8799 100644 --- a/package/broadcom-wl/files/lib/wifi/broadcom.sh +++ b/package/broadcom-wl/files/lib/wifi/broadcom.sh @@ -103,6 +103,7 @@ disable_broadcom() { } done ) + true } enable_broadcom() {