mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix netift
This commit is contained in:
parent
b76bbb581c
commit
5930a09dfc
38 changed files with 1918 additions and 68 deletions
13
netifd/patches/002-Fix-wep-mixed-mode-configuration.patch
Normal file
13
netifd/patches/002-Fix-wep-mixed-mode-configuration.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/scripts/netifd-wireless.sh b/scripts/netifd-wireless.sh
|
||||
index 8c0ff78..aaa3a1c 100644
|
||||
--- a/scripts/netifd-wireless.sh
|
||||
+++ b/scripts/netifd-wireless.sh
|
||||
@@ -235,6 +235,8 @@ wireless_vif_parse_encryption() {
|
||||
;;
|
||||
*wep*)
|
||||
auth_type=wep
|
||||
+ wpa=0
|
||||
+ wpa_pairwise=
|
||||
case "$encryption" in
|
||||
*shared*)
|
||||
auth_mode_open=0
|
Loading…
Add table
Add a link
Reference in a new issue