From: Felicitas Jung <[email protected]> Signed-off-by: Felicitas Jung <[email protected]> [rhi: use "custom" instead of "unknown"] Reviewed-by: Roland Hieber <[email protected]> Signed-off-by: Roland Hieber <[email protected]> --- PATCH v2: - use "custom" instead of "unknown"
PULL v1: https://lore.ptxdist.org/ptxdist/[email protected] --- rules/calibrator.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/calibrator.make b/rules/calibrator.make index a7ac356456fb..92e891f43a65 100644 --- a/rules/calibrator.make +++ b/rules/calibrator.make @@ -21,6 +21,8 @@ CALIBRATOR_SUFFIX := tar.bz2 CALIBRATOR_URL := http://www.pengutronix.de/software/ptxdist/temporary-src/$(CALIBRATOR).$(CALIBRATOR_SUFFIX) CALIBRATOR_SOURCE := $(SRCDIR)/$(CALIBRATOR).$(CALIBRATOR_SUFFIX) CALIBRATOR_DIR := $(BUILDDIR)/$(CALIBRATOR) +CALIBRATOR_LICENSE := custom +CALIBRATOR_LICENSE_FILES := file://calibrator.c;md5=8f7790f3cb58345fcb862c4ceab869ce;startline=6;endline=37 # ---------------------------------------------------------------------------- # Compile -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
