From 45887064ac7576836fe8a123a3f4f74d92a1cd01 Mon Sep 17 00:00:00 2001 From: adrian Date: Sat, 21 Mar 2015 23:39:34 +0000 Subject: [PATCH] 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. --- sys/mips/conf/AR933X_BASE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/mips/conf/AR933X_BASE b/sys/mips/conf/AR933X_BASE index ec8d2f9382c7..936112c3c022 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