Commit 09d1176e authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

nano: needs wchar

parent 01fb8633
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_NANO
	bool "nano"
	depends on BR2_USE_WCHAR
	# full version uses fork()
	select BR2_PACKAGE_NANO_TINY if !BR2_USE_MMU
	select BR2_PACKAGE_NCURSES
@@ -15,3 +16,6 @@ config BR2_PACKAGE_NANO_TINY
	depends on BR2_PACKAGE_NANO
	help
	  Disable all features for the sake of size.

comment "nano needs a toolchain w/ wchar"
	depends on !BR2_USE_WCHAR