From: Jo-Philipp Wich Date: Sun, 2 Jan 2011 19:37:00 +0000 (+0000) Subject: applications/luci-splash: drop uvl schema X-Git-Tag: 0.10.0~246 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a945f69b4c87edc0e03774c02245823fd4f04405;p=oweals%2Fluci.git applications/luci-splash: drop uvl schema --- 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'