|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_DIALOG
|
|
config BR2_PACKAGE_DIALOG
|
|
bool "dialog"
|
|
bool "dialog"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # fork()
|
|
|
|
+ depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
help
|
|
help
|