summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/model
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-06 16:58:39 +0000
committerSteven Barth <steven@midlink.org>2008-04-06 16:58:39 +0000
commit9e67df179f28e62045d5452134e23bebb9eab72f (patch)
tree2bf1fdd7c02646b0326675445a1e9d7fafedc581 /src/ffluci/model
parent6f934c0dbe089c532e2eef8b4008618ae2945ab0 (diff)
* Added IPKG-configuration
* Added Package management * Added confirmation link to reboot
Diffstat (limited to 'src/ffluci/model')
-rw-r--r--src/ffluci/model/menu/00main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ffluci/model/menu/00main.lua b/src/ffluci/model/menu/00main.lua
index 966c4228ce..e0bd403c19 100644
--- a/src/ffluci/model/menu/00main.lua
+++ b/src/ffluci/model/menu/00main.lua
@@ -8,8 +8,10 @@ act("luci", "FFLuCI")
act("contact", "Kontakt")
add("admin", "system", "System", 20)
+act("packages", "Paketverwaltung")
act("passwd", "Passwort ändern")
act("sshkeys", "SSH-Schlüssel")
+act("ipkg", "IPKG-Konfiguration")
act("reboot", "Neu starten")
add("admin", "network", "Netzwerk", 30)