diff options
author | Rod Whitby <rod@whitby.id.au> | 2004-12-25 01:22:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2004-12-25 01:22:09 +0000 |
commit | 6be786b612c756bb32b293f2845444482f9cc89a (patch) | |
tree | d19365c0236851832a2e9ad669dda4fc784004b0 /conf/distro | |
parent | 6af70483462fff9ebae43dec06da691f4961758e (diff) |
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded
into home.(none):/home/slug/openembedded
2004/12/25 11:51:29+10:30 (none)!rwhitby
Unslung 3.14-alpha with web control of maintenance mode courtesy of glc
BKrev: 41ccc0c1l52K2v27wIv8njIkGSeejQ
Diffstat (limited to 'conf/distro')
-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 += |