Commit bf60e03c authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible OpenWrt: an OpenWrt bug is not a FIXME for us

parent eabef866
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ openwrt_config() {
	printf 'CONFIG_KERNEL_BUILD_USER="openwrt"\n' >> .config
	printf 'CONFIG_KERNEL_BUILD_DOMAIN="buildhost"\n' >> .config

	# WORKAROUND/FIXME: the OpenWrt build system has a bug with iw when using CONFIG_ALL=y and selecting iw as dependency (over target dependencies).
	# WORKAROUND: the OpenWrt build system has 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
}