projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5392f72
)
kernel: gre(4) should depend on 'options INET' if it is in the config.
author
Sascha Wildner <saw@online.de>
Thu, 5 Jan 2012 17:41:50 +0000 (18:41 +0100)
committer
Sascha Wildner <saw@online.de>
Thu, 5 Jan 2012 17:41:50 +0000 (18:41 +0100)
sys/conf/files
patch
|
blob
|
blame
|
history
diff --git
a/sys/conf/files
b/sys/conf/files
index
5912b0b
..
1919d84
100644
(file)
--- a/
sys/conf/files
+++ b/
sys/conf/files
@@
-1083,7
+1083,7
@@
net/ef/if_ef.c optional ef
net/if_ethersubr.c optional ether
net/faith/if_faith.c optional faith
net/gif/if_gif.c optional gif
-net/gre/if_gre.c optional gre
+net/gre/if_gre.c optional gre inet
net/pfil.c standard
net/pf/if_pflog.c optional pflog
net/pf/if_pfsync.c optional pf