Author: adrian
Date: Sat Mar 21 23:39:34 2015
New Revision: 280335
URL: https://svnweb.freebsd.org/changeset/base/280335

Log:
  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.

Modified:
  head/sys/mips/conf/AR933X_BASE

Modified: head/sys/mips/conf/AR933X_BASE
==============================================================================
--- head/sys/mips/conf/AR933X_BASE      Sat Mar 21 23:12:46 2015        
(r280334)
+++ head/sys/mips/conf/AR933X_BASE      Sat Mar 21 23:39:34 2015        
(r280335)
@@ -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                     #Berkel
 #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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to