diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2008-11-30 19:20:51 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2008-11-30 19:20:51 +0000 |
commit | 1ba100ba1422b46e8b8548ce353909529ed27113 (patch) | |
tree | d34747e7584891ba765b3030aec233df188015f7 /sys | |
parent | fc7674ba10f295fb50106922cd87a22ac0b1555c (diff) |
It's annoying to have an 2+ hour kernel compile die in ld because bluetooth
requires ukbd, which is not enabled on landisk. I can't understand why
someone would like bluetooth keyboard or mouse on landisk without a display.
-moj
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index 6adcdbc28fe..80be32806b7 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2008/11/26 21:54:20 uwe Exp $ +# $OpenBSD: GENERIC,v 1.19 2008/11/30 19:20:50 maja Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -165,10 +165,10 @@ bthub* at ubt? # Bluetooth HID support bthidev* at bthub? -btkbd* at bthidev? -btms* at bthidev? -wskbd* at btkbd? mux 1 -wsmouse* at btms? mux 0 +#btkbd* at bthidev? +#btms* at bthidev? +#wskbd* at btkbd? mux 1 +#wsmouse* at btms? mux 0 # Bluetooth audio support btsco* at bthub? |