add package for BIRD Internet Routing Daemon
[lede-routing/.git] / net / bird / patches / 0001-change_config_name.patch
1 diff --git a/sysdep/config.h b/sysdep/config.h
2 index 03399bd..bc5eb77 100644
3 --- a/sysdep/config.h
4 +++ b/sysdep/config.h
5 @@ -46,11 +46,11 @@ typedef u16 word;
6  #  endif
7  #else
8  #  ifdef DEBUGGING
9 -#    define PATH_CONFIG "bird.conf"
10 -#    define PATH_CONTROL_SOCKET "bird.ctl"
11 +#    define PATH_CONFIG "bird4.conf"
12 +#    define PATH_CONTROL_SOCKET "bird4.ctl"
13  #  else
14 -#    define PATH_CONFIG PATH_CONFIG_DIR "/bird.conf"
15 -#    define PATH_CONTROL_SOCKET PATH_CONTROL_SOCKET_DIR "/bird.ctl"
16 +#    define PATH_CONFIG PATH_CONFIG_DIR "/bird4.conf"
17 +#    define PATH_CONTROL_SOCKET PATH_CONTROL_SOCKET_DIR "/bird4.ctl"
18  #  endif
19  #endif
20