* Added QoS
[project/luci.git] / module / admin-core / src / model / menu / 00admin.lua
index 4d33b44..3a6ee1d 100644 (file)
@@ -12,7 +12,9 @@ act("upgrade", "Firmwareupgrade")
 act("reboot", "Neu starten")
 
 add("admin", "services", "Dienste", 40)
-act("olsrd", "OLSR")
+if isfile("/etc/config/olsr") then
+       act("olsrd", "OLSR")
+end
 act("httpd", "HTTP-Server")
 act("dropbear", "SSH-Server")
 act("dnsmasq", "Dnsmasq")
@@ -26,6 +28,10 @@ act("routes", "Statische Routen")
 act("portfw", "Portweiterleitung")
 act("firewall", "Firewall")
 
+if isfile("/etc/config/qos") then
+       act("qos", "Quality of Service")
+end
+
 add("admin", "wifi", "Drahtlos", 60)
 act("devices", "Geräte")
 act("networks", "Netze")
\ No newline at end of file