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 0434095 commit d2e65cdCopy full SHA for d2e65cd
Makefile
@@ -121,13 +121,12 @@ update: fun
121
@mkdir -p tmp
122
@cp FunKey/board/funkey/sw-description tmp/
123
@cp FunKey/board/funkey/update_partition tmp/
124
- @cp -a Recovery/output/target/usr/local/sbin/funkey_gpio_management tmp/
125
@cd FunKey/output/images && \
126
rm -f rootfs.ext2.gz && \
127
gzip -k rootfs.ext2 &&\
128
mv rootfs.ext2.gz ../../../tmp/
129
@cd tmp && \
130
- echo sw-description rootfs.ext2.gz update_partition funkey_gpio_management | \
+ echo sw-description rootfs.ext2.gz update_partition | \
131
tr " " "\n" | \
132
cpio -o -H crc --quiet > ../images/FunKey-rootfs-$(shell cat FunKey/board/funkey/rootfs-overlay/etc/sw-versions | cut -f 2).fwu
133
@rm -rf tmp
0 commit comments