diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-02 19:37:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-02 19:37:00 +0000 |
commit | a945f69b4c87edc0e03774c02245823fd4f04405 (patch) | |
tree | b6e144adbe991f0eb5d356d055f5f1044ceee0c0 /applications | |
parent | 6f0696f247967bcd9fd49d74244f9c439406911d (diff) |
applications/luci-splash: drop uvl schema
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-splash/root/lib/uci/schema/default/luci_splash | 14 |
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' |