diff options
author | Chris Larson <clarson@kergoth.com> | 2005-02-17 18:42:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-02-17 18:42:39 +0000 |
commit | e6679fbc2cad92aca4b73bde2cdb9a82405fd516 (patch) | |
tree | bda7cc920b7bd9aa833da445fd59bb67d18e1f77 /packages/meta/openslug-image.bb | |
parent | a56fadce467226e803b94b805838a090dcb66caa (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded
2005/02/17 12:41:30-06:00 ti.com!kergoth
Set the kernel version string correctly in the colinux kernel build.
2005/02/17 12:40:42-06:00 ti.com!kergoth
Add hotplug-ng, rename hotplug to linux-hotplug, and move the decision about which /sbin/hotplug binary you use into the hands of the distributions.
BKrev: 4214e59fRUBz9NJWKrkQdsqK0Ps__A
Diffstat (limited to 'packages/meta/openslug-image.bb')
-rw-r--r-- | packages/meta/openslug-image.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb index 561bef4665..3324f20574 100644 --- a/packages/meta/openslug-image.bb +++ b/packages/meta/openslug-image.bb @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" IMAGE_BASENAME = "openslug" @@ -9,14 +9,14 @@ OPENSLUG_HIDDEN_PACKAGES = "ipkg-native ipkg-utils-native fakeroot-native ${PATC virtual/libc makedevs-native mtd-utils-native slugimage-native nslu2-linksys-firmware nslu2-switchbox-firmware " DEPENDS = "base-files base-passwd-3.5.7 \ - busybox dropbear hotplug initscripts netbase \ + busybox dropbear initscripts netbase \ sysvinit tinylogin lrzsz portmap \ ixp4xx-csr ixp425-eth openslug-init \ ipkg-collateral ipkg ipkg-link \ ${OPENSLUG_EXTRA_DEPENDS}" IPKG_INSTALL = "base-files base-passwd \ - busybox dropbear hotplug initscripts netbase \ + busybox dropbear initscripts netbase \ update-modules sysvinit tinylogin lrzsz portmap \ ixp4xx-csr ixp425-eth openslug-init \ ipkg-collateral ipkg ipkg-link \ |