igd2-for-linux: new package
[buildroot-gz.git] / package / igd2-for-linux / Config.in
blob157cc6f30b373399896f9f0349f106d3e298fa1f
1 config BR2_PACKAGE_IGD2_FOR_LINUX
2         bool "igd2-for-linux"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_WCHAR
6         select BR2_PACKAGE_IPTABLES # runtime
7         select BR2_PACKAGE_LIBUPNP
8         help
9           This is The Linux UPnP Internet Gateway Device 2. It is
10           modified from the original Linux UPnP Internet Gateway Device
11           [http://linux-igd.sourceforge.net/] according to UPnP
12           InternetGatewayDevice:2 specifications.
14           It implements the UPnP Internet Gateway Device version 2
15           specification (IGDv2) and allows UPnP aware clients, such as
16           MSN Messenger, Azureus or Miranda to work properly from behind
17           a NAT firewall.
19           Please edit /etc/upnpd.conf before using upnpd!
21           https://github.com/ffontaine/igd2-for-linux
23 comment "igd2-for-linux needs a toolchain w/ threads, wchar"
24         depends on BR2_USE_MMU
25         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR