summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/root
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-splash/root')
-rw-r--r--applications/luci-splash/root/lib/uci/schema/default/luci_splash14
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-splash/root/lib/uci/schema/default/luci_splash b/applications/luci-splash/root/lib/uci/schema/default/luci_splash
deleted file mode 100644
index f3201416a..000000000
--- a/applications/luci-splash/root/lib/uci/schema/default/luci_splash
+++ /dev/null
@@ -1,14 +0,0 @@
-package luci_splash
-
-config section
- option name 'core'
- option title 'Common DHCP splash settings'
- option package 'luci_splash'
- option unique true
- option required true
-
-config variable
- option name 'leasetime'
- option title 'Lease time in hours'
- option section 'luci_splash.core'
- option datatype 'float'