mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
RPi: wlan0 promiscuous starts in Stage 2 (iiab-startup.sh)
This commit is contained in:
parent
b9f6dc5a7b
commit
e157c5e5c6
1 changed files with 5 additions and 1 deletions
|
@ -4,5 +4,9 @@
|
|||
if [ ! -f /etc/iiab/uuid ]; then
|
||||
uuidgen > /etc/iiab/uuid
|
||||
fi
|
||||
exit 0
|
||||
|
||||
# Experimental/Temporary workaround for WiFi "10SEC disease"
|
||||
# https://github.com/iiab/iiab/issues/638#issuecomment-355455454
|
||||
if grep -qi raspbian /etc/*release; then ip link set dev wlan0 promisc on; fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue