|
@@ -1,7 +1,11 @@
|
|
|
|
+comment "hiawatha requires a toolchain with thread support"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+
|
|
config BR2_PACKAGE_HIAWATHA
|
|
config BR2_PACKAGE_HIAWATHA
|
|
bool "hiawatha"
|
|
bool "hiawatha"
|
|
# needs fork()
|
|
# needs fork()
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
help
|
|
Hiawatha is a webserver for Unix and has been built with
|
|
Hiawatha is a webserver for Unix and has been built with
|
|
security in mind. This resulted in a highly secure
|
|
security in mind. This resulted in a highly secure
|