- Rebuilt all luci-app-* and secubox-app-* packages for aarch64-cortex-a72 - Updated local-build.sh with FORCE=1 to bypass rsync prereq check - Removed packages that failed SDK build (require full buildroot) - Updated Packages index and apps-local.json manifest Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
475 B
JSON
19 lines
475 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(npm i:*)",
|
|
"Bash(claude --version)",
|
|
"Bash(./local-build.sh:*)",
|
|
"Bash(sudo apt-get install:*)",
|
|
"Bash(FORCE=1 ./local-build.sh:*)",
|
|
"Bash(rsync:*)",
|
|
"Bash(make FORCE=1 package/feeds/secubox/luci-app-system-hub/compile:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(export PATH=\"$HOME/.local/bin:$PATH\")"
|
|
]
|
|
}
|
|
}
|