diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-18 09:22:41 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-18 09:22:41 +0000 |
commit | 3220405a75fb7b04ee9d496bf931f5b26bb3e8be (patch) | |
tree | e938a8ea81d107a932cd3eefea44f8f585af9a2f /Config.in | |
parent | e410210c08e7d4907f6f42609e199549d44b97b3 (diff) |
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.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |