When using the b43 driver and not bridgind wlan and ethernet
the boot process will hang for a very long time and the error
b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found will occur.
This problem is further described in Ticket #5312 and fixed with
this patch.
Signed-off-by: Thorsten Schaefer <[email protected]>
---
package/base-files/files/etc/hotplug.d/net/10-net | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/base-files/files/etc/hotplug.d/net/10-net
b/package/base-files/files/etc/hotplug.d/net/10-net
index f46dcd0..8ee5e54 100644
--- a/package/base-files/files/etc/hotplug.d/net/10-net
+++ b/package/base-files/files/etc/hotplug.d/net/10-net
@@ -10,8 +10,10 @@ addif() {
}
# PPP devices are configured by pppd, no need to run setup_interface
here
+ # WLAN devices are configured by wifi up, do not setup them here either
case "$INTERFACE" in
ppp*) return 0;;
+ wlan*) return 0;;
esac
scan_interfaces
--
1.6.3.3
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel