From 325bfd1cbae03fe286796d3fa7de7c0a3227f7a5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 10 Mar 2010 22:13:47 +0100 Subject: 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 --- target/Config.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'target') 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 "" -- cgit v1.2.3