blue-merle/files/usr/share/luci/menu.d/luci-app-opkg2.json
Tobias Mueller 226687590e adapt opkg luci web interface for blue-merle
This is a snapshot only. It does not work and serves as a prototype
only. Now, we can see how to add a menu item and how to call our
executable on the flash.
2023-10-16 12:49:19 +02:00

14 lines
190 B
JSON

{
"admin/network/blue-merle": {
"title": "Blue Merle",
"order": 30,
"action": {
"type": "view",
"path": "opkg2"
},
"depends": {
"acl": [ "luci-app-blue-merle" ]
}
}
}