From: Rod Whitby Date: Fri, 25 Feb 2005 13:56:10 +0000 (+0000) Subject: Added other required config defines to OpenSlug kernel for netconsole X-Git-Tag: Release-2010-05/1~14860 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adcc71b524235a7943ac21627866970b5fd3fa58;p=openembedded.git Added other required config defines to OpenSlug kernel for netconsole BKrev: 421f2e7a90iEtE_mYOM4dgDIwXo4ng --- 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 " -PR = "r7" +PR = "r8" KERNEL_SUFFIX = "openslug"