* luci/app/chillispot: prepare for coovachilli
[project/luci.git] / applications / luci-chillispot / luasrc / model / cbi / chillispot.lua
index 6c79d74..48ec797 100644 (file)
@@ -24,6 +24,8 @@ s1:option( Flag, "debug" )
 s1:option( Value, "interval" )
 s1:option( Value, "pidfile" ).optional = true
 s1:option( Value, "statedir" ).optional = true
+s1:option( Value, "cmdsock" ).optional = true
+s1:option( Value, "logfacility" ).optional = true
 
 -- remote config management
 s2 = m:section(TypedSection, "remoteconfig")