1config 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. 13 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. 18 19 Please edit /etc/upnpd.conf before using upnpd! 20 21 https://github.com/Orange-OpenSource/igd2-for-linux 22 23comment "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 26