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:
Peter Korsgaard 2014-12-03 09:45:40 +01:00
parent ce49c7c852
commit b2ba4b31b3
1 changed files with 1 additions and 0 deletions

View File

@ -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 \