applications/luci-splash: drop uvl schema
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Jan 2011 19:37:00 +0000 (19:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Jan 2011 19:37:00 +0000 (19:37 +0000)
applications/luci-splash/root/lib/uci/schema/default/luci_splash [deleted file]

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 (file)
index f320141..0000000
+++ /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'