mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
adds opt_inet6.h to fix a error during compiling wlan as a module.
Reviewed by: sam
This commit is contained in:
parent
c39515adc4
commit
615f88eca6
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ SRCS= ieee80211.c ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \
|
|||
ieee80211_radiotap.c ieee80211_regdomain.c ieee80211_ht.c \
|
||||
ieee80211_adhoc.c ieee80211_hostap.c ieee80211_monitor.c \
|
||||
ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c
|
||||
SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h opt_ddb.h
|
||||
SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h opt_ipx.h opt_wlan.h \
|
||||
opt_ddb.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
opt_wlan.h:
|
||||
|
|
|
|||
Loading…
Reference in a new issue