linux: Bump default to version 4.5.4
[buildroot-gz.git] / package / monkey / Config.in
blob001c415351fb8d1743b7e5234588ea909770f12f
1 config BR2_PACKAGE_MONKEY
2         bool "monkey"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on !BR2_STATIC_LIBS # dlopen()
5         depends on BR2_USE_MMU # fork()
6         help
7           Monkey Server is a fast and lightweight web server for Linux platforms.
9           http://monkey-project.com/
11 if BR2_PACKAGE_MONKEY
13 config BR2_PACKAGE_MONKEY_SHARED
14         bool "install shared library"
15         help
16           Build Monkey as a shared library in addition to stand-alone
17           server
19 endif
21 comment "monkey needs an toolchain w/ threads, dynamic library"
22         depends on BR2_USE_MMU
23         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS