From 208d06abf9e3e36d87042c8dc6fe4a6f1e0d9575 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 10 Mar 2010 00:15:15 +0100 Subject: ext2: convert to ROOTFS_TARGET infrastructure We also remove the BR2_TARGET_ROOTFS_EXT2_OUTPUT option, that could be used to specify an alternate name for the generated image file. Signed-off-by: Thomas Petazzoni --- target/ext2/Config.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target/ext2/Config.in') diff --git a/target/ext2/Config.in b/target/ext2/Config.in index 004730904..02ec18f40 100644 --- a/target/ext2/Config.in +++ b/target/ext2/Config.in @@ -24,11 +24,6 @@ config BR2_TARGET_ROOTFS_EXT2_SQUASH depends on BR2_TARGET_ROOTFS_EXT2 default y -config BR2_TARGET_ROOTFS_EXT2_OUTPUT - string "Output File" - depends on BR2_TARGET_ROOTFS_EXT2 - default "$(IMAGE).ext2" - choice prompt "Compression method" default BR2_TARGET_ROOTFS_EXT2_NONE -- cgit v1.2.3