diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-28 18:12:19 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-28 18:12:19 +0000 |
commit | 8a4417e25116bb6de9306f15f8196d2f96aff8d7 (patch) | |
tree | 67cc40f76254475cb413e5849e52640b9940bf88 /packages/images/slugos-image.bb | |
parent | f2507544324c98e06b21fa8103ad50cac39fa5d0 (diff) | |
parent | e238e81866ba6f5183c0baedb981e78b96b89e89 (diff) |
merge of '2885bcf71708b743b470fd783dc7a3efacc0d707'
and 'dabb67bf3eb39cc2ba26d3beb69b313a14f1da7b'
Diffstat (limited to 'packages/images/slugos-image.bb')
-rw-r--r-- | packages/images/slugos-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb index 08866600b3..34ca424821 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 = "r35" +PR = "r36" # 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 mdev" +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 |