summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--tinydns-controller.lua4
-rw-r--r--tinydns.menu2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a91e4fc..a26486d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=tinydns
PACKAGE=acf-$(APP_NAME)
-VERSION=0.1
+VERSION=0.1.0
APP_DIST=\
tinydns* \
diff --git a/tinydns-controller.lua b/tinydns-controller.lua
index addc398..8bf4769 100644
--- a/tinydns-controller.lua
+++ b/tinydns-controller.lua
@@ -192,7 +192,7 @@ function status(self)
config=config,
}
end
-
+--[=[
function edit_records(self,types,record,errormessage)
local recorddetails = {}
local edit = {}
@@ -658,4 +658,4 @@ function config(self,messages)
})
end
-
+--]=]
diff --git a/tinydns.menu b/tinydns.menu
index 705c58b..de2ee2c 100644
--- a/tinydns.menu
+++ b/tinydns.menu
@@ -1,3 +1,3 @@
#CAT GROUP/DESC TAB ACTION
Networking 10DNS Status status
-Networking 10DNS Config config
+#Networking 10DNS Config config