projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eda39a
)
BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 24 Jun 2008 18:35:32 +0000
(18:35 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 24 Jun 2008 18:35:32 +0000
(18:35 -0000)
It seems like kconfig nowadays don't like paranthesises is comments.
Reported by Harley.
package/Config.in
patch
|
blob
|
history
diff --git
a/package/Config.in
b/package/Config.in
index ce4a6fbbb79623149c3275ec687e5b9c75105b77..443698e039ee8638a69e3b0d17277616dfafc675 100644
(file)
--- a/
package/Config.in
+++ b/
package/Config.in
@@
-341,8
+341,8
@@
source "package/sdl_mixer/Config.in"
source "package/sdl_ttf/Config.in"
source "package/tiff/Config.in"
-comment "busybox graphic applications"
-comment "-->
(May be broken in busybox)
"
+comment "busybox graphic applications"
+comment "-->
May be broken in busybox
"
source "package/fbv/Config.in"
source "package/fbset/Config.in"