summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-02-25 13:56:10 +0000
committerRod Whitby <rod@whitby.id.au>2005-02-25 13:56:10 +0000
commitadcc71b524235a7943ac21627866970b5fd3fa58 (patch)
tree4913a18f98c911b31d9b31d144d6d798e1ffd3f3 /packages/linux
parentf233cf74a7d885074480de265cfa86470423374f (diff)
Added other required config defines to OpenSlug kernel for netconsole
BKrev: 421f2e7a90iEtE_mYOM4dgDIwXo4ng
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/openslug-kernel-2.6.9/defconfig6
-rw-r--r--packages/linux/openslug-kernel_2.6.9.bb2
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/linux/openslug-kernel-2.6.9/defconfig b/packages/linux/openslug-kernel-2.6.9/defconfig
index a7c811d544..288cb4b7d4 100644
--- a/packages/linux/openslug-kernel-2.6.9/defconfig
+++ b/packages/linux/openslug-kernel-2.6.9/defconfig
@@ -392,8 +392,10 @@ CONFIG_NET_CLS_POLICE=y
# Network testing
#
CONFIG_NET_PKTGEN=m
-# CONFIG_NETPOLL is not set
-# CONFIG_NET_POLL_CONTROLLER is not set
+CONFIG_NETPOLL=y
+CONFIG_NETPOLL_RX=y
+CONFIG_NETPOLL_TRAP=y
+CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
diff --git a/packages/linux/openslug-kernel_2.6.9.bb b/packages/linux/openslug-kernel_2.6.9.bb
index a4bf0e3273..d2aeef92c9 100644
--- a/packages/linux/openslug-kernel_2.6.9.bb
+++ b/packages/linux/openslug-kernel_2.6.9.bb
@@ -2,7 +2,7 @@ SECTION = "kernel"
DESCRIPTION = "Linux kernel for the Linksys NSLU2 device"
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-PR = "r7"
+PR = "r8"
KERNEL_SUFFIX = "openslug"