summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 17:34:37 +0000
committerian <ian@FreeBSD.org>2014-05-17 17:34:37 +0000
commit4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c (patch)
treec8591e45dce6fb4b496a63a6a5a2aff0a3456fa8 /sys/ia64/conf
parentee5c0f266a215d11845053dee100bb5ff4f274a2 (diff)
downloadFreeBSD-src-4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c.zip
FreeBSD-src-4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c.tar.gz
MFC 263301
In kernel config files, it is supposed to be 'options<space><tab>' not 'options<tab><tab>', per long standing (but recently not so strictly enforced) convention.
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index f5203cf..fe6e6a5 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -177,11 +177,11 @@ device uvscom # USB serial support for DDI pocket's PHS
# Wireless NIC cards.
# The wlan(4) module assumes this, so just define it so it
# at least correctly loads.
-options IEEE80211_SUPPORT_MESH
+options IEEE80211_SUPPORT_MESH
# The ath(4) and ath_hal(4) code requires this. The module currently
# builds everything including AR5416 (and later 11n NIC) support.
-options AH_SUPPORT_AR5416
+options AH_SUPPORT_AR5416
# Various (pseudo) devices
device ether # Ethernet support
OpenPOWER on IntegriCloud