mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
124116564e
(cherry picked from commit b8d43ba477534cf1723c1d50a50abaeca1e2c3fa)
7 lines
108 B
Bash
7 lines
108 B
Bash
#!/bin/sh
|
|
|
|
sed -i '/iw dev "$wdev" del/d' /lib/netifd/wireless/mac80211.sh
|
|
ip link set dev wlan0 up
|
|
|
|
exit 0
|