treewide: fix redirecting to System->Software
[project/luci.git] / modules / luci-mod-network / luasrc / model / cbi / admin_network / ifaces.lua
index bff859befa2337c3ff6a1d6f0ff26a2cac3ee230..05689d389b481f51b7e9c9924a5e738b9f54d3f9 100644 (file)
@@ -226,7 +226,7 @@ if not net:is_installed() then
 
        function p_install.write()
                return luci.http.redirect(
-                       luci.dispatcher.build_url("admin/system/packages") ..
+                       luci.dispatcher.build_url("admin/system/opkg") ..
                        "?submit=1&install=%s" % net:opkg_package()
                )
        end