We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009987d commit 5021f20Copy full SHA for 5021f20
Makefile
@@ -80,14 +80,15 @@ image: fun
80
@mkdir -p root tmp
81
@./Recovery/output/host/bin/genimage --loglevel 0 --inputpath .
82
@rm -rf root tmp
83
-
+ @mv images/sdcard.img images/FunKey-sdcard-$(shell cat FunKey/board/funkey/rootfs-overlay/etc/sw-versions | cut -f 2).img
84
85
image-prod: fun
86
@$(call MESSAGE,"Creating disk image")
87
88
89
@./Recovery/output/host/bin/genimage --loglevel 0 --config "genimage-prod.cfg" --inputpath .
90
91
+ @mv images/sdcard-prod.img images/FunKey-sdcard-prod-$(shell cat FunKey/board/funkey/rootfs-overlay/etc/sw-versions | cut -f 2).img
92
93
update: fun
94
@$(call MESSAGE,"Creating update file")
0 commit comments