[PATCH] Add regdomain, country and outdoor options for madwifi
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / system
index 6ce96e5..13339ee 100644 (file)
@@ -18,6 +18,11 @@ config variable
        option required true
 
 config variable
+       option name     'zonename'
+       option title    'Option zonename'
+       option section  'system.system'
+
+config variable
        option name     'timezone'
        option title    'Option timezone'
        option section  'system.system'
@@ -42,6 +47,14 @@ config variable
         option description 'Level of log messages on the console'
        option datatype integer
 
+config variable
+        option name 'cronloglevel'
+        option section 'system.system'
+        option title 'Crond log level'
+        option description 'Level of log messages for cron daemon'
+       option datatype integer
+
+
 config section
        option name 'led'
        option package 'system'