- Add embed_local_feed() to local-build.sh that copies built packages into bonus app as /www/secubox-feed/ for offline installation - Generate Packages index and apps-local.json manifest for opkg - Add RPCD backend (luci.secubox-store) for package install/remove - Add LuCI view for browsing and managing local packages - Fix OPENWRT_ONLY_PACKAGES to allow secubox-app-* wrappers in SDK build - Remove experimental python3-* packages (unfinished mitmproxy native plan) - Set rootfs partition size to 16GB for larger overlay - Bump luci-app-secubox-bonus to v0.2.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"admin/secubox/local-packages": {
|
|
"title": "Local Packages",
|
|
"order": 19,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-bonus/store"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-secubox-bonus"],
|
|
"uci": {}
|
|
}
|
|
}
|
|
}
|