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
10
netifd/patches/081-do-not-fetch-device-settings.patch
Normal file
10
netifd/patches/081-do-not-fetch-device-settings.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/device.c
|
||||
+++ b/device.c
|
||||
@@ -338,7 +338,6 @@ int device_claim(struct device_user *dep
|
||||
if (!dev->ifindex)
|
||||
ret = -1;
|
||||
|
||||
- system_if_get_settings(dev, &dev->orig_settings);
|
||||
} else
|
||||
ret = dev->set_state(dev, true);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue