projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e410210
)
Config.in: Don't special case atmel targets for image suffix
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 18 Sep 2008 09:22:41 +0000
(09:22 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 18 Sep 2008 09:22:41 +0000
(09:22 -0000)
It's confusing to have different behaviour of target independent options.
As reported by HcE on IRC.
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 5522b7cff6735d133afd1523c61bf9a3f96c690e..32a154bc3074e5df35023af29e5cc364b2ec832a 100644
(file)
--- 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.