diff options
author | Rod Whitby <rod@whitby.id.au> | 2004-11-17 08:46:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2004-11-17 08:46:09 +0000 |
commit | c12b697c467d918c9ed2070de29391998157a7ac (patch) | |
tree | 594c46776f2328a25f3db3fefb5ab5d91719df6f | |
parent | 027f335a184d57b9d5faf25c6051cd8262dbc2fe (diff) |
Added jffs2 image support to openslug
BKrev: 419b0fd1pv6rQVJvS0K3p2eKZbMshg
-rw-r--r-- | conf/distro/openslug.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 880790afbf..b8ec8df817 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -7,7 +7,10 @@ TARGET_OS = "linux-uclibc" INHERIT += " package_ipk debian nslu2_flashimg" -IMAGE_FSTYPE = "ext2.gz" +IMAGE_FSTYPES = "ext2.gz jffs2" + +EXTRA_IMAGECMD_ext2.gz = "-f ${IMAGE_DEVICE_TABLE}" +EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${IMAGE_DEVICE_TABLE}" BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel module-init-tools" BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usbnet kernel-module-usbserial \ |