From 0495e3178e9a51e5e830faf94039a24f7556f4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Fri, 16 Sep 2016 17:40:16 +0200 Subject: [PATCH] Fix gitmirror rewrite disappearing on openwrt master --- iop/scripts/genconfig.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index 9038d094f..d205253e8 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -215,6 +215,7 @@ function genconfig { # developer mode selected ? if [ $DEVELOPER -eq 1 ]; then # rewrite url to clone with ssh instead of http + echo "CONFIG_DEVEL=y" >>.config echo "CONFIG_GITMIRROR_REWRITE=y" >>.config [ $bcmAllowed -eq 0 ] && echo "CONFIG_BCM_OPEN=y" >> .config [ $iceAllowed -eq 0 ] && echo "CONFIG_ICE_OPEN=y" >> .config