From 3220405a75fb7b04ee9d496bf931f5b26bb3e8be Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 18 Sep 2008 09:22:41 +0000 Subject: Config.in: Don't special case atmel targets for image suffix It's confusing to have different behaviour of target independent options. As reported by HcE on IRC. --- Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 5522b7cff..32a154bc3 100644 --- a/Config.in +++ b/Config.in @@ -126,8 +126,7 @@ config BR2_ROOTFS_PREFIX config BR2_ROOTFS_SUFFIX string "Custom root fs suffix" - default "$(DATE)" if BR2_TARGET_ATMEL - default "" if !BR2_TARGET_ATMEL + default "" help Add a custom string to the end of the root file system name. -- cgit v1.2.3-55-g7522