summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-10 22:13:47 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-09 11:04:35 +0200
commit325bfd1cbae03fe286796d3fa7de7c0a3227f7a5 (patch)
tree5ae4d6943afd1702a4cc96877ba49a6d82fab08a /target
parenteefa832dff6539f85f1ed9b3be1721da11107df3 (diff)
Remove IMAGE and related configuration options
Now, we just hardcode the image filenames to be rootfs.$(FSTYPE), in the $(BINARIES_DIR). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target')
-rw-r--r--target/Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/Config.in b/target/Config.in
index 4cae66cf7..5d634ca2a 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -1,17 +1,5 @@
menu "Target filesystem options"
-config BR2_ROOTFS_PREFIX
- string "Custom root fs prefix"
- default "rootfs"
- help
- Add a custom string to the beginning of the root file system name.
-
-config BR2_ROOTFS_SUFFIX
- string "Custom root fs suffix"
- default ""
- help
- Add a custom string to the end of the root file system name.
-
config BR2_ROOTFS_POST_BUILD_SCRIPT
string "Custom script to run before packing files"
default ""