mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-16 04:49:13 +01:00
Fix gitmirror rewrite disappearing on openwrt master
This commit is contained in:
parent
8f9cd7052d
commit
0495e3178e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue