Enable the netconsole module.

svn path=/dists/trunk/linux-2.6/; revision=6123
This commit is contained in:
Martin Michlmayr 2006-03-10 20:04:37 +00:00
parent 6e3f5866b7
commit 4697e1b9fe
2 changed files with 6 additions and 3 deletions

View File

@ -863,9 +863,11 @@ CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
CONFIG_NETCONSOLE=m
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_RX is not set
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
#
# ISDN subsystem

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ linux-2.6 (2.6.15+2.6.16-rc5-0experimental.2) UNRELEASED; urgency=low
[ Martin Michlmayr ]
* [arm, armeb] Enable the netconsole module.
* [mipsel/cobalt] Enable the netconsole module.
-- maximilian attems <maks@sternwelten.at> Fri, 10 Mar 2006 18:32:12 +0100