* luci/libs/uvl: move most schemes to their corresponding packages
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / dropbear
diff --git a/libs/uvl/root/lib/uci/schema/default/dropbear b/libs/uvl/root/lib/uci/schema/default/dropbear
deleted file mode 100644 (file)
index ba490a7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-package dropbear
-
-config package
-       option title    'Dropbear SSHd configuration'
-
-config section
-       option name     'dropbear'
-       option title    'General SSH daemon settings'
-       option package  'dropbear'
-       option required true
-       option unique   true
-
-config variable
-       option name     'PasswordAuth'
-       option title    'Permit password authentication'
-       option section  'dropbear.dropbear'
-       option datatype 'boolean'
-
-config variable
-       option name     'Port'
-       option title    'Listening port'
-       option section  'dropbear.dropbear'
-       option datatype 'integer'
-       option required true