Browse Source

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>
Peter Korsgaard 10 years ago
parent
commit
b2ba4b31b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/bdwgc/Config.in

+ 1 - 0
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 \