mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
config.h: Enable proxy timeout only on stage1 builds
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
f61e5d4958
commit
4fd7b1cefd
1 changed files with 3 additions and 1 deletions
4
config.h
4
config.h
|
@ -21,7 +21,9 @@
|
|||
|
||||
#ifdef RELEASE
|
||||
# define FB_SILENT_MODE
|
||||
# define EARLY_PROXY_TIMEOUT 5
|
||||
# ifdef CHAINLOADING
|
||||
# define EARLY_PROXY_TIMEOUT 5
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue