Commit 2e2966b7 authored by lynxis lazus's avatar lynxis lazus Committed by Holger Levsen
Browse files

reproducible OpenWrt: fix calling path of fwtool

parent 71d44a9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ openwrt_strip_metadata_signature() {
	find bin/targets/ -type f | \
		grep -E -v '(\.ipk|sha256sums|config.seed|kernel-debug.tar.bz2|manifest|Packages.gz|Packages|Packages.sig)$' | \
		while read -r line ; do
			fwtool -s /dev/null -t "$line" || true
			./staging_dir/host/bin/fwtool -s /dev/null -t "$line" || true
	done
}