mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-10-01 00:55:39 -04:00
226687590e
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.
14 lines
190 B
JSON
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" ]
|
|
}
|
|
}
|
|
}
|