mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 01:34:31 +04:00
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>
13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
{
|
|
"packagelist": {
|
|
"description": "get list of installed software packages",
|
|
"read": {
|
|
"ubus": {
|
|
"packagelist": [
|
|
"list"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|