Skip to content

Commit 0b48940

Browse files
Michel-FKVincent-FK
authored andcommitted
remove funkey_gpio_management from update file
Signed-off-by: Michel-FK <[email protected]>
1 parent 226d623 commit 0b48940

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,12 @@ update: fun
121121
@mkdir -p tmp
122122
@cp FunKey/board/funkey/sw-description tmp/
123123
@cp FunKey/board/funkey/update_partition tmp/
124-
@cp -a Recovery/output/target/usr/local/sbin/funkey_gpio_management tmp/
125124
@cd FunKey/output/images && \
126125
rm -f rootfs.ext2.gz && \
127126
gzip -k rootfs.ext2 &&\
128127
mv rootfs.ext2.gz ../../../tmp/
129128
@cd tmp && \
130-
echo sw-description rootfs.ext2.gz update_partition funkey_gpio_management | \
129+
echo sw-description rootfs.ext2.gz update_partition | \
131130
tr " " "\n" | \
132131
cpio -o -H crc --quiet > ../images/FunKey-rootfs-$(shell cat FunKey/board/funkey/rootfs-overlay/etc/sw-versions | cut -f 2).fwu
133132
@rm -rf tmp

0 commit comments

Comments
 (0)