svn commit: r284337 - head/sys/mips/conf

Allan Jude allanjude at FreeBSD.org
Sat Jun 13 06:09:01 UTC 2015


Author: allanjude (doc committer)
Date: Sat Jun 13 06:09:00 2015
New Revision: 284337
URL: https://svnweb.freebsd.org/changeset/base/284337

Log:
  Add if_vlan, ipfw{,_nat}.ko, and libalias to the AR934X kernel config
  
  This makes the TP-Link WDR3600 routers more useful
  
  Differential Revision:	https://reviews.freebsd.org/D2780
  Approved by:	adrian
  Sponsored by:	ScaleEngine Inc.

Modified:
  head/sys/mips/conf/AR934X_BASE

Modified: head/sys/mips/conf/AR934X_BASE
==============================================================================
--- head/sys/mips/conf/AR934X_BASE	Sat Jun 13 05:55:26 2015	(r284336)
+++ head/sys/mips/conf/AR934X_BASE	Sat Jun 13 06:09:00 2015	(r284337)
@@ -20,7 +20,7 @@ files		"../atheros/files.ar71xx"
 hints		"AR934X_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_vlan if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_ahb hwpmc ipfw ipfw_nat libalias"
 # makeoptions	MODULES_OVERRIDE=""
 
 options 	DDB


More information about the svn-src-head mailing list