mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
enable IEEE80211_AMDPU_AGE by default
This commit is contained in:
parent
6c26723b19
commit
74c9465320
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h
|
|||
.if !defined(KERNBUILDDIR)
|
||||
opt_wlan.h:
|
||||
echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
|
||||
echo "#define IEEE80211_AMDPU_AGE 1" >> opt_wlan.h
|
||||
|
||||
opt_inet.h:
|
||||
echo "#define INET 1" > opt_inet.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue