summaryrefslogtreecommitdiff
path: root/packages/meta/slugos-image.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-29 10:24:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-29 10:24:19 +0000
commite686bf72e45e94cb877c5eac02ddb43cb90868fd (patch)
treec4186263184f344ba61a8071c6932577341d7d9e /packages/meta/slugos-image.bb
parent3a5051276fafe8a9e6b45439d42de47749d51145 (diff)
slugos-packages: add zip and devlabel in conf
Diffstat (limited to 'packages/meta/slugos-image.bb')
-rw-r--r--packages/meta/slugos-image.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/meta/slugos-image.bb b/packages/meta/slugos-image.bb
index 80a8ada1e5..fb004d8900 100644
--- a/packages/meta/slugos-image.bb
+++ b/packages/meta/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 = "r21"
+PR = "r22"
# SLUGOS_IMAGENAME defines the name of the image to be build, if it
# is not set this package will be skipped!
@@ -82,6 +82,11 @@ RDEPENDS = "kernel ixp-eth \
ipkg-collateral ipkg ipkg-link \
portmap \
dropbear \
+ util-linux-fdisk \
+ util-linux-mount \
+ util-linux-umount \
+ util-linux-swaponoff \
+ util-linux-losetup \
${SLUGOS_SUPPORT} \
${SLUGOS_KERNEL} \
${SLUGOS_EXTRA_RDEPENDS}"