Commit f05e3c9a authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

mongrel2: add missing comment for toolchain option dependencies

parent aa593ddb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
comment "mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar"
	depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
		BR2_TOOLCHAIN_USES_GLIBC || \
		BR2_arm
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6 || \
		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR

config BR2_PACKAGE_MONGREL2
	bool "mongrel2"
	select BR2_PACKAGE_SQLITE