Add custom section for quick custom firmware prep

This commit is contained in:
Cameron Thompson
2025-08-01 23:56:24 -04:00
parent 7fa78309ce
commit 2a6fc2cf2d
13 changed files with 425 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/ash
echo -e "\e[38;5;196mINFO: This package can not be removed by opkg\e[0m"
echo -e "\e[38;5;40mINFO: This package can be upgraded...\e[0m"
exit 0