[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: add workaround for an OpenWrt build system bug

Holger Levsen gitlab at salsa.debian.org
Sun Nov 11 12:30:00 GMT 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
4a97c4c0 by Alexander Couzens at 2018-11-11T12:29:51Z
reproducible OpenWrt: add workaround for an OpenWrt build system bug

The OpenWrt build system have a bug with iw when using CONFIG_ALL=y and
selecting iw as dependency (over target dependencies).

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_openwrt.sh


Changes:

=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -229,6 +229,11 @@ openwrt_config() {
 	printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config
 	printf 'CONFIG_KERNEL_BUILD_USER="openwrt"\n' >> .config
 	printf 'CONFIG_KERNEL_BUILD_DOMAIN="buildhost"\n' >> .config
+
+	# WORKAROUND: TODO FIXME
+	# The OpenWrt build system have a bug with iw when using CONFIG_ALL=y and
+	# selecting iw as dependency (over target dependencies).
+	printf 'CONFIG_PACKAGE_iw=y\n' >> .config
 	make defconfig
 }
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/4a97c4c0d199652f6b6355b405b545788d3c3e1e

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/4a97c4c0d199652f6b6355b405b545788d3c3e1e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20181111/7bbc115f/attachment.html>


More information about the Qa-jenkins-scm mailing list