diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-09-14 12:30:12 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-09-14 12:30:12 +0000 |
commit | f8a5803b9521d3becae7643a63a8c339f5d0be69 (patch) | |
tree | 3c99fd88bbd7b6a7704b7cb4a95cc417a52d0001 /packages | |
parent | 169753709dbb2d8acd1b1a2ca93f6cb39b29e204 (diff) |
slugos-image: reverted blaster8's changes, as they break the current builds.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/images/slugos-image.bb | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb index 160f7f0028..7211c96580 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 = "r31" +PR = "r32" # SLUGOS_IMAGENAME defines the name of the image to be build, if it # is not set this package will be skipped! @@ -71,16 +71,9 @@ 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 \ - 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 \ +SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole" + +RDEPENDS = "kernel ixp-eth \ base-files base-passwd netbase \ busybox hotplug-ng initscripts-slugos slugos-init \ update-modules sysvinit tinylogin \ |