From 7da9a7e136d53c2b3d4cc6bff0ff4541c0df933c Mon Sep 17 00:00:00 2001 From: Markus Meissner Date: Wed, 19 Apr 2023 10:24:54 +0200 Subject: [PATCH] modules/iotools: add as binary --- Makefile | 1 + modules/iotools | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 modules/iotools diff --git a/Makefile b/Makefile index cff4d5f0..501ca8da 100644 --- a/Makefile +++ b/Makefile @@ -527,6 +527,7 @@ bin_modules-$(CONFIG_KBD) += kbd bin_modules-$(CONFIG_ZSTD) += zstd bin_modules-$(CONFIG_E2FSPROGS) += e2fsprogs bin_modules-$(CONFIG_EXFATPROGS) += exfatprogs +bin_modules-$(CONFIG_IOTOOLS) += iotools $(foreach m, $(bin_modules-y), \ $(call map,initrd_bin_add,$(call bins,$m)) \ diff --git a/modules/iotools b/modules/iotools new file mode 100644 index 00000000..ca0df816 --- /dev/null +++ b/modules/iotools @@ -0,0 +1,22 @@ +modules-$(CONFIG_IOTOOLS) += iotools + +iotools_depends := pciutils $(musl_dep) + +iotools_version := 18949fdc4dedb1da3f51ee83a582b112fb9f2c71 +iotools_dir := iotools-$(iotools_version) +iotools_tar := $(iotools_dir).tar.gz +iotools_url := https://github.com/adurbin/iotools/archive/$(iotools_version).tar.gz +iotools_hash := 8df266f55cd8e79328faa0e274edc082de3f6c240617a28ace93abdace324ec2 + +iotools_cfg := \ + +iotools_target := \ + $(MAKE_JOBS) \ + $(CROSS_TOOLS) \ + +iotools_output := \ + iotools + +iotools_libraries := \ + +iotools_configure :=