From owner-svn-src-all@FreeBSD.ORG Sat Mar 21 23:39:35 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62001296; Sat, 21 Mar 2015 23:39:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D8C5AE4; Sat, 21 Mar 2015 23:39:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2LNdZoO008941; Sat, 21 Mar 2015 23:39:35 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2LNdZ1Y008940; Sat, 21 Mar 2015 23:39:35 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201503212339.t2LNdZ1Y008940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Sat, 21 Mar 2015 23:39:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280335 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 23:39:35 -0000 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