Commit 328dc131 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible OpenWrt: better mark workaround for iw

parent c589cd23
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -239,9 +239,7 @@ openwrt_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).
	# WORKAROUND/FIXME: 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
}