mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
preparation for retrofw and legacy opendingux support
This commit is contained in:
parent
b1b5f9c094
commit
b053cb2044
5 changed files with 29 additions and 11 deletions
1
Makefile
1
Makefile
|
@ -90,6 +90,7 @@ $(TARGET).opk: $(TARGET)
|
|||
cp $< .opk_data/PicoDrive
|
||||
$(STRIP) .opk_data/PicoDrive
|
||||
mksquashfs .opk_data $@ -all-root -noappend -no-exports -no-xattrs
|
||||
cd .opk_data && zip -9 -r $(TARGET).zip *
|
||||
|
||||
all: opk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue