|
From: Peter K. <pk...@us...> - 2001-03-05 15:55:08
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.5 1.6=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Removed the extra endmenu. It was obviously incorrect, and it prevented make menuconfig from working for me. The diff of the modified file(s): --- Config.in 2001/03/05 15:52:52 1.5 +++ Config.in 2001/03/05 15:56:44 1.6 @@ -29,7 +29,3 @@ fi =20 endmenu -# Don't know why I need this one again, but things don't work right in the= char -# menu if I don't put it in. -# --gmcnutt -endmenu |