git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
850867b
)
luci-mod-status: routes; refactor and add routesj page for ip -j output
author
Paul Donald
<redacted>
Mon, 13 Oct 2025 18:28:06 +0000
(20:28 +0200)
committer
Paul Donald
<redacted>
Mon, 13 Oct 2025 18:28:06 +0000
(20:28 +0200)
follow-up fix to
89ae891462ea9928fc2b01e25c1611b1b71352d5
fs depends here should be OR, not AND :)
Signed-off-by: Paul Donald <redacted>
modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
patch
|
blob
|
history
diff --git
a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
index 0d2352c95c1132fb41e085a279fbdd67e8670558..23e8bdb61d66e9716ad8583aac1071b057f5dbe4 100644
(file)
--- a/
modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
+++ b/
modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
@@
-21,8
+21,7
@@
"depends": {
"acl": [ "luci-mod-status-routes" ],
"fs": [
- { "/usr/libexec/ip-tiny": "absent" },
- { "/usr/libexec/ip-full": "absent" }
+ { "/usr/libexec/ip-tiny": "absent", "/usr/libexec/ip-full": "absent" }
]
}
git clone https://git.99rst.org/PROJECT