1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
openmptcprouter-feeds/netifd/patches/061-allow-setting-device-presence-for-wifi-interfaces.patch
2022-04-06 20:55:49 +08:00

12 lines
294 B
Diff

--- netifd-2015-12-16.orig/device.c
+++ netifd-2015-12-16/device.c
@@ -424,9 +424,6 @@
{
struct device *dev;
- if (!external && system_if_force_external(name))
- return NULL;
-
D(DEVICE, "Create simple device '%s'\n", name);
dev = calloc(1, sizeof(*dev));
dev->external = external;