aboutsummaryrefslogtreecommitdiffstats
path: root/config/dnsmasq-edns
diff options
context:
space:
mode:
Diffstat (limited to 'config/dnsmasq-edns')
-rw-r--r--config/dnsmasq-edns/dnsmasq-edns.inc2
-rw-r--r--config/dnsmasq-edns/dnsmasq-edns.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/dnsmasq-edns/dnsmasq-edns.inc b/config/dnsmasq-edns/dnsmasq-edns.inc
index dd84271f..d5ed930a 100644
--- a/config/dnsmasq-edns/dnsmasq-edns.inc
+++ b/config/dnsmasq-edns/dnsmasq-edns.inc
@@ -1,6 +1,6 @@
<?php
-function dnsmasq-edns_install() {
+function dnsmasq_edns_install() {
global $g, $config;
// Test to make sure the patch is not already applied.
diff --git a/config/dnsmasq-edns/dnsmasq-edns.xml b/config/dnsmasq-edns/dnsmasq-edns.xml
index 9ab9ecb5..35bf2901 100644
--- a/config/dnsmasq-edns/dnsmasq-edns.xml
+++ b/config/dnsmasq-edns/dnsmasq-edns.xml
@@ -60,6 +60,6 @@
<item>http://www.pfsense.com/packages/config/dnsmasq-edns/dnsmasq-edns.patch</item>
</additional_files_needed>
<custom_php_install_command>
- dnsmasq-edns_install();
+ dnsmasq_edns_install();
</custom_php_install_command>
</packagegui>