re-enable building modules for the AR933x
* add ipfw * delete ath / ath_ahb for now, until I can have Warner beat me with the clue stick about putting in conditional build things into the ath Makefile so the module builds can just have the HAL bits that are relevant for a particular target.
This commit is contained in:
parent
f5ab408ee9
commit
442cfe16f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280335
@ -20,7 +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 ath ath_ahb hwpmc"
|
||||
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=""
|
||||
|
||||
options DDB
|
||||
@ -64,6 +64,8 @@ options FFS #Berkeley Fast Filesystem
|
||||
#options UFS_DIRHASH #Improve performance on big directories
|
||||
options NO_FFS_SNAPSHOT # We don't require snapshot support
|
||||
|
||||
options IPFIREWALL_DEFAULT_TO_ACCEPT
|
||||
|
||||
# Wireless NIC cards
|
||||
options IEEE80211_DEBUG
|
||||
options IEEE80211_SUPPORT_MESH
|
||||
|
Loading…
Reference in New Issue
Block a user