rgnano: Add an 'opk-zip' target that wraps the opk (and rockbox-info.txt) in a zip file.

Change-Id: Iae21b693f82d70e350a974138b710c093d24fc3e
This commit is contained in:
Solomon Peachy 2025-07-30 11:45:51 -04:00
parent 52e3fe4906
commit 9bf5589d77

View file

@ -38,3 +38,6 @@ opk: opkclean opkdir $(MKSQUASHFS) build
# Make opk
$(MKSQUASHFS) $(OPK_BUILD_DIR) rockbox_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
opk-zip: opk
zip -9 -q rockbox-opk.zip rockbox_funkey-s.opk rockbox-info.txt