aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2006-09-13 17:21:38 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2006-09-13 17:21:38 +0000
commitfb84797e24c5571a390f60d064ba9892c4393094 (patch)
treeebae0c55e866e4f1448c6fadd3215790bcfab4b7 /packages/images
parent0ed06af95a01ed9842ae1d5b0028688d7771ead9 (diff)
downloadopenembedded-fb84797e24c5571a390f60d064ba9892c4393094.tar.gz
slugos-image: Updates from blaster8
Diffstat (limited to 'packages/images')
-rw-r--r--packages/images/slugos-image.bb15
1 files changed, 11 insertions, 4 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb
index 428a48bc28..160f7f0028 100644
--- a/packages/images/slugos-image.bb
+++ b/packages/images/slugos-image.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "Generic SlugOS image"
MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
HOMEPAGE = "http://www.nslu2-linux.org"
LICENSE = "MIT"
-PR = "r28"
+PR = "r31"
# SLUGOS_IMAGENAME defines the name of the image to be build, if it
# is not set this package will be skipped!
@@ -71,9 +71,16 @@ SLUGOS_SUPPORT ?= "diffutils cpio findutils udev"
# 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 ixp-eth \
+SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole \
+ kernel-module-ixp4xx-qmgr kernel-module-ixp4xx-npe \
+ kernel-module-ixp4xx-mac kernel-module-ixp4xx-rng \
+ kernel-module-mii kernel-module-jbd \
+ kernel-module-ext2 kernel-module-ext3 \
+ kernel-module-scsi-mod kernel-module-usbcore \
+ kernel-module-ehci-hcd kernel-module-ohci-hcd \
+ kernel-module-uhci-hcd kernel-module-usb-storage"
+
+RDEPENDS = "kernel ixp4xx-npe \
base-files base-passwd netbase \
busybox hotplug-ng initscripts-slugos slugos-init \
update-modules sysvinit tinylogin \