aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/slugos-image.bb
diff options
context:
space:
mode:
authorMichael-Luke Jones <mlj28@cam.ac.uk>2006-09-23 15:39:33 +0000
committerMichael-Luke Jones <mlj28@cam.ac.uk>2006-09-23 15:39:33 +0000
commit485a502c12c532d75c1ebad24cf04c28e0357cc3 (patch)
tree260ae3bfd91c5f320a0e4b4f91a392fa21e81235 /packages/images/slugos-image.bb
parentc26ac145260f540095b52036dac1bdfb4b5e5c8b (diff)
downloadopenembedded-485a502c12c532d75c1ebad24cf04c28e0357cc3.tar.gz
SlugOS Distro & Image Files: Major changes
* Update to kernel version 2.6.18 (new build system) * Change from udev to mdev to handle /dev and hotplug events (slugos-image.bb) * Update to include necessary kernel modules post-modularisation (conf/distro/*)
Diffstat (limited to 'packages/images/slugos-image.bb')
-rw-r--r--packages/images/slugos-image.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb
index 7211c96580..7342a1e639 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 = "r32"
+PR = "r34"
# SLUGOS_IMAGENAME defines the name of the image to be build, if it
# is not set this package will be skipped!
@@ -65,7 +65,7 @@ EXTRA_IMAGEDEPENDS += "${IMAGE_TOOLS}"
# udev is the default way of handling devices, there is no guarantee
# that the static device table is completely correct (it is just
# known to be sufficient for boot.)
-SLUGOS_SUPPORT ?= "diffutils cpio findutils udev"
+SLUGOS_SUPPORT ?= "diffutils cpio findutils busybox-mdev"
# kernel-module-af-packet must be in the image for DHCP to work
# kernel-module-netconsole is here because it is small and is
@@ -73,9 +73,9 @@ SLUGOS_SUPPORT ?= "diffutils cpio findutils udev"
# other than the network to output error messages!)
SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole"
-RDEPENDS = "kernel ixp-eth \
+RDEPENDS = "kernel \
base-files base-passwd netbase \
- busybox hotplug-ng initscripts-slugos slugos-init \
+ busybox initscripts-slugos slugos-init \
update-modules sysvinit tinylogin \
module-init-tools modutils-initscripts \
ipkg-collateral ipkg ipkg-link \