From 0b48940dc35041a0c1ac5efbce38b542c2efe6fe Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Sat, 10 Apr 2021 21:59:32 +0200 Subject: [PATCH] remove funkey_gpio_management from update file Signed-off-by: Michel-FK --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d7536e0..dfcee80 100644 --- a/Makefile +++ b/Makefile @@ -121,13 +121,12 @@ update: fun @mkdir -p tmp @cp FunKey/board/funkey/sw-description tmp/ @cp FunKey/board/funkey/update_partition tmp/ - @cp -a Recovery/output/target/usr/local/sbin/funkey_gpio_management tmp/ @cd FunKey/output/images && \ rm -f rootfs.ext2.gz && \ gzip -k rootfs.ext2 &&\ mv rootfs.ext2.gz ../../../tmp/ @cd tmp && \ - echo sw-description rootfs.ext2.gz update_partition funkey_gpio_management | \ + echo sw-description rootfs.ext2.gz update_partition | \ tr " " "\n" | \ cpio -o -H crc --quiet > ../images/FunKey-rootfs-$(shell cat FunKey/board/funkey/rootfs-overlay/etc/sw-versions | cut -f 2).fwu @rm -rf tmp