commit | 8dcdb33be9744083bdc7e9586d9de5b125a55a0a | [log] [tgz] |
---|---|---|
author | Julian Kornberger <jk+github@digineo.de> | Sat Jul 21 22:11:08 2018 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Sat Jul 21 22:11:08 2018 +0100 |
tree | 44ae8ca1f8ffa4eb1c07f7276f3fef85d581d71b | |
parent | aba8bbb6e3819b712885db211e78f1631cd6ab32 [diff] [blame] |
Add --enable-ubus option.
diff --git a/src/dnsmasq.h b/src/dnsmasq.h index 1d76552..4cf12bf 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h
@@ -255,7 +255,8 @@ #define OPT_MAC_HEX 55 #define OPT_TFTP_APREF_MAC 56 #define OPT_RAPID_COMMIT 57 -#define OPT_LAST 58 +#define OPT_UBUS 58 +#define OPT_LAST 59 /* extra flags for my_syslog, we use a couple of facilities since they are known not to occupy the same bits as priorities, no matter how syslog.h is set up. */