This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
OpenWrt
/
openwrt
miroir de
https://github.com/openwrt/openwrt.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement)
SVN-Revision: 10273
Ralph Hempel
il y a 18 ans
Parent
aedc7243b0
commit
9e0be1c6e3
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
include/scan.mk
+ 1
- 1
include/scan.mk
Voir le fichier
@@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1)
endef
else
define progress
- :
+ :
;
endef
endif