Loading bin/reproducible_openwrt.sh +1 −3 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading
bin/reproducible_openwrt.sh +1 −3 Original line number Diff line number Diff line Loading @@ -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 } Loading