1 config BR2_PACKAGE_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
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
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