mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Hmm, don't compile in INET6, IPX or NETATALK support for the
moment :-( I think we need some sort of stub variable and a ``is this queue available'' flag.
This commit is contained in:
parent
a49c947e5d
commit
3bd82a552f
1 changed files with 3 additions and 3 deletions
|
|
@ -15,12 +15,12 @@ opt_inet.h:
|
|||
echo "#define INET 1" > opt_inet.h
|
||||
|
||||
opt_inet6.h:
|
||||
echo "#define INET6 1" > opt_inet6.h
|
||||
echo "#undef INET6" > opt_inet6.h
|
||||
|
||||
opt_atalk.h:
|
||||
echo "#define NETATALK 1" > opt_atalk.h
|
||||
echo "#undef NETATALK" > opt_atalk.h
|
||||
|
||||
opt_ipx.h:
|
||||
echo "#define IPX 1" > opt_ipx.h
|
||||
echo "#undef IPX" > opt_ipx.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue