Do not disable IPv6 and vlan support when RELEASE_CRUNCH is defined.
We do support already IPv6 in the RELENG_4 boot floppies, and vlan might be desirable as well.
This commit is contained in:
parent
8c3d74f4bf
commit
535862401b
@ -7,13 +7,11 @@ SRCS= ifconfig.c
|
||||
#comment out to exclude SIOC[GS]IFMEDIA support
|
||||
SRCS+= ifmedia.c
|
||||
CFLAGS+=-DUSE_IF_MEDIA
|
||||
.if !defined(RELEASE_CRUNCH)
|
||||
CFLAGS+=-DINET6
|
||||
|
||||
#comment out to exclude SIOC[GS]ETVLAN support
|
||||
SRCS+= ifvlan.c
|
||||
CFLAGS+=-DUSE_VLANS
|
||||
.endif
|
||||
|
||||
#comment out to exclude SIOC[GS]IEEE80211 support
|
||||
SRCS+= ifieee80211.c
|
||||
|
Loading…
Reference in New Issue
Block a user