Fix typos in conf.h. This stops the kernel from panicing on boot.
This commit is contained in:
parent
c3c682fc46
commit
55ccaa806a
|
@ -4,7 +4,8 @@
|
||||||
/*
|
/*
|
||||||
* CATS specifc device includes go in here
|
* CATS specifc device includes go in here
|
||||||
*/
|
*/
|
||||||
#define CONS_HAVE_SCSIPI
|
#define CONF_HAVE_SCSIPI
|
||||||
#define CONS_HAVE_WSCONS
|
#define CONF_HAVE_WSCONS
|
||||||
|
#define CONF_HAVE_USB
|
||||||
|
|
||||||
#endif /* _CATS_CONF_H */
|
#endif /* _CATS_CONF_H */
|
||||||
|
|
Loading…
Reference in New Issue