applications/luci-splash: don't allow removing common settings...

This commit is contained in:
Jo-Philipp Wich 2009-11-25 02:20:09 +00:00
parent 19b690c7d5
commit 3a16b20c96

View file

@ -4,6 +4,8 @@ require("luci.model.uci")
m = Map("luci_splash", "Client-Splash", [[Client-Splash ist das Freifunk Hotspot-Authentifizierungs-System.]])
s = m:section(NamedSection, "general", "core", "Allgemein")
s.addremove = false
s:option(Value, "leasetime", "Freigabezeit", "h")
s:option(Value, "limit_up", "Upload-Limitierung", "Kilobyte/s - limitiert die Upload-Geschwindigkeit von Clients")