Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment