Fix gitmirror rewrite disappearing on openwrt master

This commit is contained in:
Jonas Höglund 2016-09-16 17:40:16 +02:00
parent 8f9cd7052d
commit 0495e3178e

View file

@ -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