Skip to content

Commit

Permalink
Add RS90 to the opk target.
Browse files Browse the repository at this point in the history
  • Loading branch information
zear committed May 11, 2019
1 parent f2e587d commit 1c64038
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ ifeq ($(PLATFORM), gcw0)
mksquashfs $(RELEASEDIR) homingFever.opk -all-root -noappend -no-exports -no-xattrs
endif

ifeq ($(PLATFORM), rs90)
mkdir -p $(RELEASEDIR)
cp $(TARGET) $(RELEASEDIR)
cp -R data $(RELEASEDIR)
cp platform/rs90/* $(RELEASEDIR)
cp LICENSE.txt $(RELEASEDIR)
cp README.md $(RELEASEDIR)
mksquashfs $(RELEASEDIR) homingFever.opk -all-root -noappend -no-exports -no-xattrs
endif

clean:
rm -Rf $(TARGET) $(OBJDIR) $(RELEASEDIR)

0 comments on commit 1c64038

Please sign in to comment.