projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce49c7c
)
bdwgc: fix _ARCH_SUPPORTS kconfig warning
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 3 Dec 2014 08:45:40 +0000
(09:45 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 3 Dec 2014 08:45:40 +0000
(09:45 +0100)
We have to define it as a bool, otherwise kconfig complains with:
package/bdwgc/Config.in:1:warning: config symbol defined without type
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bdwgc/Config.in
patch
|
blob
|
history
diff --git
a/package/bdwgc/Config.in
b/package/bdwgc/Config.in
index 215c54d7e3fde9b1d77233cc7fec1f7c02661232..ec83fa3a6d62fd9850a594c939ce48777496c42a 100644
(file)
--- a/
package/bdwgc/Config.in
+++ b/
package/bdwgc/Config.in
@@
-1,4
+1,5
@@
config BR2_PACKAGE_BDWGC_ARCH_SUPPORTS
+ bool
default y
depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_i386 \
|| BR2_mips || BR2_mipsel || BR2_powerpc || BR2_sh \