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