gesftpserver: needs mmu
Fixes: http://autobuild.buildroot.net/results/23298ba81896e473e903c17e12ad547049b8d348 Also fix the sort order. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
58e2e9d804
commit
a32a55d87e
@ -633,6 +633,7 @@ source "package/dnsmasq/Config.in"
|
||||
source "package/dropbear/Config.in"
|
||||
source "package/ebtables/Config.in"
|
||||
source "package/ethtool/Config.in"
|
||||
source "package/gesftpserver/Config.in"
|
||||
source "package/heirloom-mailx/Config.in"
|
||||
source "package/hiawatha/Config.in"
|
||||
source "package/hostapd/Config.in"
|
||||
@ -649,7 +650,6 @@ source "package/ipsec-tools/Config.in"
|
||||
source "package/ipset/Config.in"
|
||||
source "package/iptables/Config.in"
|
||||
source "package/iw/Config.in"
|
||||
source "package/gesftpserver/Config.in"
|
||||
source "package/kismet/Config.in"
|
||||
source "package/lighttpd/Config.in"
|
||||
source "package/links/Config.in"
|
||||
|
@ -3,6 +3,7 @@ config BR2_PACKAGE_GESFTPSERVER
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Green End SFTP Server
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user