diff options
author | Mike Westerhof <mwester@dls.net> | 2009-01-11 02:28:25 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-01-11 02:28:25 -0600 |
commit | f1afa431826af011efe3fbdf30510d0c4ef65f86 (patch) | |
tree | c0b55cb4ab5a14b42c191737452913b8581902d0 /packages/tasks | |
parent | d4e4f05c5ec4f3b77383d75fcff163ff5e520045 (diff) |
SlugOS: task-slugos - re-instate module-init-tools due to busybox bugs.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-slugos.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/tasks/task-slugos.bb b/packages/tasks/task-slugos.bb index e1092b68d9..f622aebfe5 100644 --- a/packages/tasks/task-slugos.bb +++ b/packages/tasks/task-slugos.bb @@ -6,7 +6,7 @@ DESCRIPTION = "Task packages for the SlugOS distribution" HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" -PR = "r21" +PR = "r22" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(nslu2|ixp4xx)" ALLOW_EMPTY = "1" @@ -140,13 +140,14 @@ DISTRO_EXTRA_RDEPENDS ?= "" ## is replaced by a trimmed-down version of opkg (no package signatures, ## and it uses the busybox wget command instead of libcurl - MJW ## SlugOS 5.0 - module-init-tools replaced by busybox as well - MJW +## SlugOS 5.2 - module-init-tools reinstated due to busybox bugs - MJW RDEPENDS += "\ kernel ixp4xx-npe \ base-files base-passwd netbase \ busybox initscripts-slugos slugos-init \ update-modules sysvinit udev \ - modutils-initscripts \ + module-init-tools modutils-initscripts \ opkg-collateral opkg-nogpg-nocurl \ libgcc \ beep \ |