mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove the second MODULES_OVERRIDE; add if_vlan to the list.
This commit is contained in:
parent
cf0b1c3340
commit
746e48e321
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ files "../atheros/files.ar71xx"
|
|||
hints "AR933X_BASE.hints"
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
makeoptions MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr hwpmc ipfw"
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
makeoptions MODULES_OVERRIDE="random gpio ar71xx if_gif if_vlan if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr hwpmc ipfw"
|
||||
|
||||
options DDB
|
||||
options KDB
|
||||
|
|
|
|||
Loading…
Reference in a new issue