Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER.
The previous line was an AND. This change means you can compile in the pfil_hook stuff and make it available for other users besides ipfilter.
This commit is contained in:
parent
b7b1206010
commit
36bd627297
@ -588,7 +588,8 @@ net/intrq.c standard
|
||||
net/net_osdep.c standard
|
||||
net/ppp_deflate.c optional ppp_deflate
|
||||
net/ppp_tty.c optional ppp
|
||||
net/pfil.c optional pfil_hooks ipfilter
|
||||
net/pfil.c optional pfil_hooks
|
||||
net/pfil.c optional ipfilter
|
||||
net/radix.c standard
|
||||
net/raw_cb.c standard
|
||||
net/raw_usrreq.c standard
|
||||
|
Loading…
x
Reference in New Issue
Block a user