Commit b2ba4b31 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent ce49c7c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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 \