diff options
Diffstat (limited to 'packages/images/unslung-image.bb')
-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 ce946e7677..b56f007523 100644 --- a/packages/images/unslung-image.bb +++ b/packages/images/unslung-image.bb @@ -18,7 +18,7 @@ RDEPENDS = "kernel update-modules unslung-rootfs \ # findutils \ ${UNSLUNG_EXTRA_RDEPENDS}" -IPKG_INSTALL = "kernel update-modules unslung-rootfs \ +PACKAGE_INSTALL = "kernel update-modules unslung-rootfs \ libc6-unslung slingbox ipkg \ libipkg \ # cpio \ @@ -27,8 +27,8 @@ IPKG_INSTALL = "kernel update-modules unslung-rootfs \ ${UNSLUNG_EXTRA_INSTALL}" IMAGE_PREPROCESS_COMMAND += "unslung_clean_image; " - -inherit image_ipk + +inherit image # Note that anything in this function must be repeatable without having to rebuild the rootfs unslung_clean_image () { |