Config.in 912 B

12345678910111213141516171819202122232425
  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.
  13. It implements the UPnP Internet Gateway Device version 2
  14. specification (IGDv2) and allows UPnP aware clients, such as
  15. MSN Messenger, Azureus or Miranda to work properly from behind
  16. a NAT firewall.
  17. Please edit /etc/upnpd.conf before using upnpd!
  18. https://github.com/Orange-OpenSource/igd2-for-linux
  19. comment "igd2-for-linux needs a toolchain w/ threads, wchar"
  20. depends on BR2_USE_MMU
  21. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR