Skip to content

Commit

Permalink
gemini: Use absolute paths for tools
Browse files Browse the repository at this point in the history
Use the absolute path to access the e2fsprogs applications. It is also
working with relative paths, but this makes sure that we use our
versions.

Link: openwrt#16607
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Oct 6, 2024
1 parent 685fa05 commit 0852d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/gemini/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ define Build/dns313-images
--root $@.tmp $@.tmp-boot

# The device firmware needs revision 1 of EXT2
tune2fs -O filetype $@.tmp-boot
e2fsck -pDf $@.tmp-boot > /dev/null
$(STAGING_DIR_HOST)/bin/tune2fs -O filetype $@.tmp-boot
$(STAGING_DIR_HOST)/bin/e2fsck -pDf $@.tmp-boot > /dev/null

./dns313_gen_hdd_img.sh $@ $@.tmp-boot $(IMAGE_ROOTFS) \
$(CONFIG_TARGET_KERNEL_PARTSIZE) \
Expand Down

0 comments on commit 0852d81

Please sign in to comment.