summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-02 19:37:00 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-02 19:37:00 +0000
commita945f69b4c87edc0e03774c02245823fd4f04405 (patch)
treeb6e144adbe991f0eb5d356d055f5f1044ceee0c0 /applications
parent6f0696f247967bcd9fd49d74244f9c439406911d (diff)
applications/luci-splash: drop uvl schema
Diffstat (limited to 'applications')
-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'