mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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:
parent
52e3fe4906
commit
9bf5589d77
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue