xref: /OK3568_Linux_fs/buildroot/package/uredir/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_UREDIR
2	bool "uredir"
3	select BR2_PACKAGE_LIBUEV
4	help
5	  A small Linux daemon to redirect UDP connections. It can be
6	  used to forward connections on small and embedded systems that
7	  do not have (or want to use) iptables.
8
9	  https://github.com/troglobit/uredir
10