modules/admin-core: remove uvl schemas
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / luci_hosts
diff --git a/modules/admin-core/root/lib/uci/schema/default/luci_hosts b/modules/admin-core/root/lib/uci/schema/default/luci_hosts
deleted file mode 100644 (file)
index e2597f4..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-package luci_hosts
-
-config section
-       option name     'host'
-       option title    'Host entry definition'
-       option package  'luci_hosts'
-
-config variable
-       option name     'hostname'
-       option title    'Hostname'
-       option section  'luci_hosts.host'
-       option datatype 'hostname'
-       option required true
-
-config variable
-       option name     'ipaddr'
-       option title    'IP address'
-       option section  'luci_hosts.host'
-       option datatype 'ipaddr'
-       option required true
-