aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-11-30 03:23:09 +0000
committerRod Whitby <rod@whitby.id.au>2006-11-30 03:23:09 +0000
commit382ebf96914d2b1a244a7b8cf4c4d9a1d1dff761 (patch)
treeac268ec53a7c0436006c7f1859d5eb205d85cec8 /packages/images
parentc62b8a9662072236751861c4889e302550d5fb99 (diff)
downloadopenembedded-382ebf96914d2b1a244a7b8cf4c4d9a1d1dff761.tar.gz
ixp4xx-kernel, slugos: moved some modules into the kernel (those that are the lowest common denominator of the target devices)
Diffstat (limited to 'packages/images')
-rw-r--r--packages/images/slugos-image.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb
index 388a97583f..714945ffc6 100644
--- a/packages/images/slugos-image.bb
+++ b/packages/images/slugos-image.bb
@@ -69,11 +69,10 @@ EXTRA_IMAGEDEPENDS += "${IMAGE_TOOLS}"
# known to be sufficient for boot.)
SLUGOS_SUPPORT ?= "diffutils cpio findutils udev"
-# kernel-module-af-packet must be in the image for DHCP to work
# kernel-module-netconsole is here because it is small and is
# highly useful on minimal systems (which really don't have anywhere
# other than the network to output error messages!)
-SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole"
+SLUGOS_KERNEL ?= "kernel-module-netconsole"
RDEPENDS = "kernel ixp4xx-npe \
base-files base-passwd netbase \