summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/unslung.conf2
-rw-r--r--packages/nslu2-binary-only/unslung-rootfs/NOTES5
2 files changed, 6 insertions, 1 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf
index 7a147d8cf1..599d787898 100644
--- a/conf/distro/unslung.conf
+++ b/conf/distro/unslung.conf
@@ -36,7 +36,7 @@ INHERIT += " package_ipk nslu2-jffs2-image"
IMAGE_FSTYPE = "jffs2"
UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}"
-EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}"
+EXTRA_IMAGECMD_jffs2 = "--no-eraseblock-headers --pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}"
UNSLUNG_EXTRA_DEPENDS ?= ""
UNSLUNG_EXTRA_RDEPENDS ?= ""
diff --git a/packages/nslu2-binary-only/unslung-rootfs/NOTES b/packages/nslu2-binary-only/unslung-rootfs/NOTES
index e8b0255a9b..695be929c4 100644
--- a/packages/nslu2-binary-only/unslung-rootfs/NOTES
+++ b/packages/nslu2-binary-only/unslung-rootfs/NOTES
@@ -517,3 +517,8 @@ Fixed ppp-mppe.c to remove unresolved symbols when loading module.
Disable the ourtelnetrescueuser account in the passwd file entirely since
Unslung doesn't need it anymore.
+
+Include losetup with slingbox (so we have losetup in the firmware).
+
+Fix extraneous boot messages from jffs2 filesystem driver (change options
+used when building the flash jffs image).