- Create /etc/opkg/customfeeds.conf with secubox feed pre-configured - Install file via Makefile instead of postinst script - Mark as conffile to preserve user modifications on upgrade - Add .gitignore to exclude built .ipk files from git tracking (packages are embedded at build time by embed_local_feed) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
# Built packages are populated during build
|
|
# Do not commit binary files to git
|
|
*.ipk
|
|
*.apk
|
|
Packages
|
|
Packages.gz
|
|
apps-local.json
|