projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
685fa05
)
gemini: Use absolute paths for tools
author
Hauke Mehrtens
<
[email protected]
>
Sat, 5 Oct 2024 13:05:50 +0000
(15:05 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 6 Oct 2024 01:46:45 +0000
(
03:46
+0200)
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:
https://github.com/openwrt/openwrt/pull/16607
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/gemini/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/gemini/image/Makefile
b/target/linux/gemini/image/Makefile
index 3ddb6e5554adafb4a35586357164f70fe51b0900..819291ef7fc2fc10f851788b76e6779814aece7b 100644
(file)
--- a/
target/linux/gemini/image/Makefile
+++ b/
target/linux/gemini/image/Makefile
@@
-55,8
+55,8
@@
define Build/dns313-images
--root
[email protected]
[email protected]
# The device firmware needs revision 1 of EXT2
- tune2fs -O filetype
[email protected]
- e2fsck -pDf
[email protected]
> /dev/null
+
$(STAGING_DIR_HOST)/bin/
tune2fs -O filetype
[email protected]
+
$(STAGING_DIR_HOST)/bin/
e2fsck -pDf
[email protected]
> /dev/null
./dns313_gen_hdd_img.sh $@
[email protected]
$(IMAGE_ROOTFS) \
$(CONFIG_TARGET_KERNEL_PARTSIZE) \