From 655aa8c859a04f87a9a07a52a2b700c644082aa5 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Wed, 17 Nov 2004 07:53:50 +0000 Subject: Merge bk://openembedded.bkbits.net/packages-devel into bkbits.net:/repos/n/nslu2-linux/packages 2004/11/17 07:16:00+10:30 (none)!rwhitby Unslung now generates jffs2 images too 2004/11/16 22:13:02+10:30 (none)!rwhitby Switchbox now drops to shell if a valid rootfs cannot be mounted 2004/11/16 21:51:03+10:30 (none)!rwhitby Changed switchbox back to ext2.gz 2004/11/16 20:07:19+10:30 (none)!rwhitby Merge 2004/11/16 20:05:22+10:30 (none)!rwhitby Created switchbox distro 2004/11/16 00:14:27-08:00 bkbits.net!nslu2-linux.adm Merge bk://openembedded.bkbits.net/packages-devel into bkbits.net:/repos/n/nslu2-linux/packages 2004/11/16 00:12:50-08:00 bkbits.net!nslu2-linux.adm Merge bk://openembedded.bkbits.net/packages into bkbits.net:/repos/n/nslu2-linux/packages 2004/11/15 22:52:37-08:00 (none)!jacques added nslu2-linksys-libs to UNSLUNG_BASE_PACKAGES removed makedevs 2004/11/15 19:28:14-08:00 (none)!jacques Removed unslung specific references from the switchbox linuxrc jffs2 stanza changed /bin/echo "0x1f04" to /bin/echo "0x0100" in ramfs stanza 2004/11/15 19:18:28-08:00 (none)!jacques removed init from switchbox and added loop block dev builtin to -able kernel BKrev: 419b038ez0VSSujPdTan9b9QhMaDrw --- conf/distro/switchbox.conf | 0 conf/distro/unslung.conf | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 conf/distro/switchbox.conf (limited to 'conf') diff --git a/conf/distro/switchbox.conf b/conf/distro/switchbox.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index ad4c3eea70..b005eb398f 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -7,7 +7,11 @@ TARGET_OS = "linux" INHERIT += " package_ipk nslu2_flashimg" -IMAGE_FSTYPE = "ext2.gz" +IMAGE_FSTYPES = "ext2.gz jffs2" + +UNSLUNG_DEVICE_TABLE = "${@oe.which(oe.data.getVar('OEPATH', d, 1), 'files/device_table-unslung.txt')}" +EXTRA_IMAGECMD_ext2.gz = "-f ${UNSLUNG_DEVICE_TABLE}" +EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}" UNSLUNG_EXTRA_PACKAGES += -- cgit v1.2.3