mirror of
https://github.com/outbackdingo/wlan-ap.git
synced 2026-01-27 10:20:52 +00:00
udevmand: make it work with latest musl
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
15
feeds/ucentral/udevmand/patches/100-glob.patch
Normal file
15
feeds/ucentral/udevmand/patches/100-glob.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Index: udevmand-20220112-979aca47/bridge.c
|
||||
===================================================================
|
||||
--- udevmand-20220112-979aca47.orig/bridge.c
|
||||
+++ udevmand-20220112-979aca47/bridge.c
|
||||
@@ -15,6 +15,10 @@
|
||||
|
||||
#include <linux/if_bridge.h>
|
||||
|
||||
+#ifndef GLOB_ONLYDIR
|
||||
+#define GLOB_ONLYDIR 0x100
|
||||
+#endif
|
||||
+
|
||||
#define BR_MAX_ENTRY 2048
|
||||
|
||||
static struct uloop_timeout bridge_timer;
|
||||
Reference in New Issue
Block a user