diff options
author | adrian <adrian@FreeBSD.org> | 2015-03-21 23:39:34 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-03-21 23:39:34 +0000 |
commit | 45887064ac7576836fe8a123a3f4f74d92a1cd01 (patch) | |
tree | 2a55ec94b75931aec0ca47f0023cf93f4ec74395 | |
parent | 9e2a6a8d2e78a37010f4cba514ca35613fb36e5f (diff) | |
download | FreeBSD-src-45887064ac7576836fe8a123a3f4f74d92a1cd01.zip FreeBSD-src-45887064ac7576836fe8a123a3f4f74d92a1cd01.tar.gz |
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.
-rw-r--r-- | sys/mips/conf/AR933X_BASE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/mips/conf/AR933X_BASE b/sys/mips/conf/AR933X_BASE index ec8d2f9..936112c 100644 --- a/sys/mips/conf/AR933X_BASE +++ b/sys/mips/conf/AR933X_BASE @@ -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 |