[OpenWrt-Devel] [PATCH] mac80211: remove error from detect script
Michel Stam
m.stam at fugro.nl
Thu Oct 2 09:28:47 EDT 2014
Signed-off-by: Michel Stam <m.stam at fugro.nl>
---
package/kernel/mac80211/files/lib/wifi/mac80211.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mac80211/files/lib/wifi/mac80211.sh b/package/kernel/mac80211/files/lib/wifi/mac80211.sh
index a3b2199..2af4dc5 100644
--- a/package/kernel/mac80211/files/lib/wifi/mac80211.sh
+++ b/package/kernel/mac80211/files/lib/wifi/mac80211.sh
@@ -65,7 +65,7 @@ detect_mac80211() {
[ -n "$type" ] || break
devidx=$(($devidx + 1))
done
- for dev in $(ls /sys/class/ieee80211); do
+ for dev in $(ls /sys/class/ieee80211 2>/dev/null); do
found=0
config_foreach check_mac80211_device wifi-device
[ "$found" -gt 0 ] && continue
--
1.7.12.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list