Date: Sat, 13 Jun 2015 06:09:01 +0000 (UTC) From: Allan Jude <allanjude@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284337 - head/sys/mips/conf Message-ID: <201506130609.t5D69114010031@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506130609.t5D69114010031>