diff options
-rw-r--r-- | packages/images/unslung-image.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/images/unslung-image.bb b/packages/images/unslung-image.bb index 629c855014..1deab932c7 100644 --- a/packages/images/unslung-image.bb +++ b/packages/images/unslung-image.bb @@ -1,5 +1,5 @@ LICENSE = MIT -PR = "r21" +PR = "r22" IMAGE_BASENAME = "unslung" @@ -10,13 +10,13 @@ DEPENDS = "virtual/kernel \ ${UNSLUNG_EXTRA_DEPENDS}" RDEPENDS = "kernel update-modules unslung-rootfs \ - libc6-unslung slingbox ipkg \ + libc6-unslung slingbox ipkg libipkg \ cpio \ findutils \ ${UNSLUNG_EXTRA_RDEPENDS}" IPKG_INSTALL = "kernel update-modules unslung-rootfs \ - libc6-unslung slingbox ipkg \ + libc6-unslung slingbox ipkg libipkg \ cpio \ findutils \ kernel-module-netconsole \ |