luci-app-attendedsysupgrade 是一个针对 OpenWrt 或基于 OpenWrt 的路由设备的 LuCI 应用程序。LuCI 是 OpenWrt 的一个基于 Web 的用户界面,允许用户通过浏览器配置和管理他们的路由器。luci-app-attendedsysupgrade 应用程序特别设计用于简化系统升级过程,允许用户以“交互式”方式执行固件升级,即在整个升级过程中,用...
277 changes: 117 additions & 160 deletions 277 ...ications/luci-app-attendedsysupgrade/root/www/luci-static/resources/attendedsysupgrade.js Original file line numberDiff line numberDiff line change @@ -58,21 +58,6 @@ function edit_packages() { show("#edit_packages"); } // requests to...
2 changes: 0 additions & 2 deletions 2 ...i-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js Original file line numberDiff line numberDiff line change @@ -476,7 +476,6 @@ return view.extend({ request: { profile, version: candidates[0][0], version...
1 parent129d69ccommitde3e0bb Show file tree Hide file tree Showing2 changed fileswith363 additionsand368 deletions. Whitespace Ignore whitespace Split Unified overview.js luci-app-attendedsysupgrade.json Loading Oops, something went wrong.Retry
luci-app-attendedsysupgrade: store data and firmware information as c… … 30e097c dannil added a commit to dannil/luci that referenced this issue Feb 29, 2024 luci-app-attendedsysupgrade: store data and firmware information as c… … 5c0eaef dannil added a commit to dannil/luci tha...
"luci-app-attendedsysupgrade": { "description": "Grant UCI access to LuCI app attendedsysupgrade", "read": { "uci": ["attendedsysupgrade"], "ubus": { "rpc-sys": ["upgrade_start", "packagelist"] } "rpc-sys": [ "upgrade_start", "packagelist" ], "system": [ "board", "info" ...
when installing the luci app and opening it for the first time the webinterface shows an error as some freshly installed rpcd calls are not yet available. A restart or rpcd fixes the problem but causes a user logout. Should a rpcd restar...
@@ -14,6 +14,7 @@ LUCI_DESCRIPTION:=Standard OpenWrt set including full admin with ppp support and LUCI_DEPENDS:= \ +IPV6:luci-proto-ipv6 \ +libiwinfo-lua \ +luci-app-attendedsysupgrade \ +luci-app-firewall \ +luci-app-opkg \ +luci-mod-admin-full \ 0 comments on commit 5bbe...
the luci app fundamentally depends on /ubus Signed-off-by: Paul Spooren paul@spooren.de luci-app-attendedsysupgrade: add missing dep … 99958ba FreifunkUFO mentioned this pull request on Aug 9, 2017 uhttpd-mod-ubus is needed openwrt/asu#33 Closed jow- merged commit 99f7794 into ope...
This should make the code a bit more readable and LuCI like instead of using vanially JavaScript. Signed-off-by: Paul Spooren mail@aparcar.org aparcar mentioned this pull request Mar 2, 2022 luci-app-attendedsysupgrade: EFI platform recognition #5686 Closed luci-app-attendedsysupgrade: LuCI...