svn commit: r273121 - head/sys/conf

Andrey V. Elsukov ae at FreeBSD.org
Wed Oct 15 06:10:34 UTC 2014


Author: ae
Date: Wed Oct 15 06:10:33 2014
New Revision: 273121
URL: https://svnweb.freebsd.org/changeset/base/273121

Log:
  Add inet/inet6 to the dependency list. Without them if_gif is useless.
  
  MFC after:	1 month

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Oct 15 05:24:43 2014	(r273120)
+++ head/sys/conf/files	Wed Oct 15 06:10:33 2014	(r273121)
@@ -3231,7 +3231,7 @@ net/if_ethersubr.c		optional ether
 net/if_faith.c			optional faith
 net/if_fddisubr.c		optional fddi
 net/if_fwsubr.c			optional fwip
-net/if_gif.c			optional gif | netgraph_gif
+net/if_gif.c			optional gif inet | gif inet6 | netgraph_gif
 net/if_gre.c			optional gre inet
 net/if_iso88025subr.c		optional token
 net/if_lagg.c			optional lagg


More information about the svn-src-all mailing list