diff options
Diffstat (limited to 'lib/Modules')
-rw-r--r-- | lib/Modules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/Modules b/lib/Modules index ba743da..b347aa2 100644 --- a/lib/Modules +++ b/lib/Modules @@ -2,10 +2,13 @@ birdlib.h bitops.c bitops.h ip.h -ipv4.c -ipv4.h +#ifdef CONFIG_IPV6 ipv6.c ipv6.h +#else +ipv4.c +ipv4.h +#endif lists.c lists.h md5.c |