modules/admin-core: remove uvl schemas
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / dropbear
diff --git a/modules/admin-core/root/lib/uci/schema/default/dropbear b/modules/admin-core/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