diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-10 00:15:15 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:34 +0200 |
commit | 208d06abf9e3e36d87042c8dc6fe4a6f1e0d9575 (patch) | |
tree | 3bdca5c0fa1105412185658e35cc961fb1fbe602 /target/ext2/Config.in | |
parent | 3892493f8ddcc3219b1ce6ee8ebdc25eb999c2c4 (diff) | |
download | buildroot-novena-208d06abf9e3e36d87042c8dc6fe4a6f1e0d9575.tar.gz buildroot-novena-208d06abf9e3e36d87042c8dc6fe4a6f1e0d9575.zip |
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/ext2/Config.in')
-rw-r--r-- | target/ext2/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
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 |