diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-06-17 19:20:20 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-06-17 19:20:20 +0000 |
commit | dec78b720b31d789236356d18e5ee4e38aaf8609 (patch) | |
tree | b5c0439dba84b72b3bf8d88ae9f175ae8108314b /sys/conf | |
parent | 9c7f6513cfe9d4243941f692a425e6cb1c0348ff (diff) |
urtwn device now needs rtwn.c, even if rtwn device isn't built
ok mpi@ jca@ mglocker@
Diffstat (limited to 'sys/conf')
-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 a061c7f0a0e..cf15ca2e769 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.619 2016/05/03 14:52:39 mpi Exp $ +# $OpenBSD: files,v 1.620 2016/06/17 19:20:19 guenther Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -396,7 +396,7 @@ file dev/ic/rtw.c rtw # Realtek RTL8188CE 802.11 device rtwn: ifnet, wlan, firmload -file dev/ic/rtwn.c rtwn +file dev/ic/rtwn.c rtwn | urtwn # Ralink RT2500/RT2600 802.11 device ral: ether, ifnet, ifmedia, firmload, wlan |