aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/slugos-image.bb
diff options
context:
space:
mode:
authorMichael-Luke Jones <mlj28@cam.ac.uk>2006-09-23 18:36:56 +0000
committerMichael-Luke Jones <mlj28@cam.ac.uk>2006-09-23 18:36:56 +0000
commitebc27b10a358de05aa950271cea724af3e9160f0 (patch)
tree293771ed5da8d2b2d638360cc28f6765f45e85c5 /packages/images/slugos-image.bb
parent81871146fc44e7bfb8994d72179f1d2b18234f46 (diff)
downloadopenembedded-ebc27b10a358de05aa950271cea724af3e9160f0.tar.gz
slugos-image: missed a couple of extra items
Diffstat (limited to 'packages/images/slugos-image.bb')
-rw-r--r--packages/images/slugos-image.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb
index 7342a1e639..c03b20b09d 100644
--- a/packages/images/slugos-image.bb
+++ b/packages/images/slugos-image.bb
@@ -71,9 +71,12 @@ SLUGOS_SUPPORT ?= "diffutils cpio findutils busybox-mdev"
# 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"
-
-RDEPENDS = "kernel \
+SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole \
+ kernel-module-ixp4xx-qmgr kernel-module-ixp4xx-npe \
+ kernel-module-ixp4xx-mac kernel-module-mii \
+ "
+
+RDEPENDS = "kernel ixp4xx-npe \
base-files base-passwd netbase \
busybox initscripts-slugos slugos-init \
update-modules sysvinit tinylogin \