diff options
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index a9cb62c17f..8108b2b767 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -17,6 +17,9 @@ EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEV # IMAGE_FSTYPES = "ext2.gz jffs2" # EXTRA_IMAGECMD_ext2.gz = "-f ${UNSLUNG_DEVICE_TABLE}" +EXTRA_IMAGEDEPENDS += 'unslung-switchbox-payload' +NSLU2_SLUGIMAGE_ARGS = -l payload.tar.gz + UNSLUNG_EXTRA_PACKAGES += UNSLUNG_EXTRA_DEPENDS += |