mirror of https://github.com/aredn/aredn.git
16 lines
350 B
Diff
16 lines
350 B
Diff
|
--- /dev/null
|
||
|
+++ b/package/network/services/dnsmasq/patches/110.disable-ipv6.patch
|
||
|
@@ -0,0 +1,12 @@
|
||
|
+--- a/src/config.h
|
||
|
++++ b/src/config.h
|
||
|
+@@ -170,7 +170,7 @@
|
||
|
+ has no library dependencies other than libc */
|
||
|
+
|
||
|
+ #define HAVE_DHCP
|
||
|
+-#define HAVE_DHCP6
|
||
|
++/* #define HAVE_DHCP6 */
|
||
|
+ #define HAVE_TFTP
|
||
|
+ #define HAVE_SCRIPT
|
||
|
+ #define HAVE_AUTH
|
||
|
+
|