Skip to content

Commit

Permalink
fix dependencies for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Dragon committed Jul 14, 2023
1 parent f6332e3 commit ee45b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(INITRAMFS_DIR)/initramfs.cpio copy-iniramfs: initramfs
mkdir -p $(INITRAMFS_DIR)
cp $(BUILD_DIR)/initramfs/images/rootfs.cpio $(INITRAMFS_DIR)/initramfs.cpio

release: $(BUILD_DIR)/.imaged_copied
release: rootfs initramfs
$(eval version := $(shell cat $(BUILD_DIR)/rootfs/target/etc/fw-ver.txt))
$(eval zipfile := $(IMAGE_DIR)/ftcommunity-txt-$(version).zip)
rm -f $(zipfile)
Expand Down

0 comments on commit ee45b39

Please sign in to comment.