bdwgc: fix _ARCH_SUPPORTS kconfig warning
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>
This commit is contained in:
parent
ce49c7c852
commit
b2ba4b31b3
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user