diff options
author | Steven Barth <steven@midlink.org> | 2008-04-06 16:58:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-06 16:58:39 +0000 |
commit | 9e67df179f28e62045d5452134e23bebb9eab72f (patch) | |
tree | 2bf1fdd7c02646b0326675445a1e9d7fafedc581 /src/ffluci/model | |
parent | 6f934c0dbe089c532e2eef8b4008618ae2945ab0 (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.lua | 2 |
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) |