Przeglądaj źródła

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.
Peter Korsgaard 17 lat temu
rodzic
commit
3220405a75
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      Config.in

+ 1 - 2
Config.in

@@ -126,8 +126,7 @@ config BR2_ROOTFS_PREFIX
 
 
 config BR2_ROOTFS_SUFFIX
 config BR2_ROOTFS_SUFFIX
 	string "Custom root fs suffix"
 	string "Custom root fs suffix"
-	default "$(DATE)" if BR2_TARGET_ATMEL
-	default "" if !BR2_TARGET_ATMEL
+	default ""
 	help
 	help
 	  Add a custom string to the end of the root file system name.
 	  Add a custom string to the end of the root file system name.