From de28fd99646eb2dc2f082b6daff2b186902d9413 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 19 Sep 2004 22:19:43 +0000 Subject: include mke2fs in simpad image (for the mtdblock ramdisk) BKrev: 414e05ffOsoBzmqJNL1sc4A9GMIoPw --- conf/simpad.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf') diff --git a/conf/simpad.conf b/conf/simpad.conf index 36f6a25f1d..587a17b846 100644 --- a/conf/simpad.conf +++ b/conf/simpad.conf @@ -11,6 +11,11 @@ BOOTSTRAP_EXTRA_RDEPENDS = "kernel" BOOTSTRAP_EXTRA_RRECOMMENDS = "freeswan mipv6 hostap-modules-cs orinoco-modules atmelwlandriver \ kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ kernel-module-pcnet-cs kernel-module-8390" + +# This is needed for the ramdisk script to work +BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs" +BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" + EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" EXTRA_IMAGEDEPENDS = "" INHERIT += "simpad_flashimg" -- cgit v1.2.3