diff options
author | 2005-10-31 19:35:14 +0000 | |
---|---|---|
committer | 2005-10-31 19:35:14 +0000 | |
commit | 31b17a6c2639a82da84bffd39c285087b511a3d3 (patch) | |
tree | e8cb6243357a279ef231cdcc395dd6a2eac1fe90 | |
parent | ammount -> amount (diff) | |
download | wireguard-openbsd-31b17a6c2639a82da84bffd39c285087b511a3d3.tar.xz wireguard-openbsd-31b17a6c2639a82da84bffd39c285087b511a3d3.zip |
jsg forgot to specify that wi(4) now needs wlan option; ok miod
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 80f626a0d80..a82a7d91c80 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.351 2005/09/26 22:32:05 miod Exp $ +# $OpenBSD: files,v 1.352 2005/10/31 19:35:14 deraadt Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -218,7 +218,7 @@ device lc: ether, ifnet, ifmedia file dev/ic/lemac.c lc # WaveLan -device wi: ether, ifnet, ifmedia +device wi: ether, ifnet, ifmedia, wlan file dev/ic/if_wi.c wi file dev/ic/if_wi_hostap.c wi |