Provides a way to acquire the list of installed packages without the need to have opkg available. It is being used for the GSoC 17 project implementing easy sysupgrade functionality. Signed-off-by: Paul Spooren <paul@spooren.de>
12 lines
158 B
Text
12 lines
158 B
Text
{
|
|
"packagelist": {
|
|
"description": "get list of installed software packages",
|
|
"read": {
|
|
"ubus": {
|
|
"packagelist": [
|
|
"list"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|