initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_UREDIR
|
||||
bool "uredir"
|
||||
select BR2_PACKAGE_LIBUEV
|
||||
help
|
||||
A small Linux daemon to redirect UDP connections. It can be
|
||||
used to forward connections on small and embedded systems that
|
||||
do not have (or want to use) iptables.
|
||||
|
||||
https://github.com/troglobit/uredir
|
||||
@@ -0,0 +1,4 @@
|
||||
# From https://github.com/troglobit/uredir/releases/download/v3.3/uredir-3.3.tar.gz.md5
|
||||
md5 a42ee27e84de2e08e35ee733508bb6ea uredir-3.3.tar.gz
|
||||
# License files
|
||||
sha256 e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10 LICENSE
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# uredir
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UREDIR_VERSION = 3.3
|
||||
UREDIR_SITE = https://github.com/troglobit/uredir/releases/download/v$(UREDIR_VERSION)
|
||||
UREDIR_LICENSE = ISC
|
||||
UREDIR_LICENSE_FILES = LICENSE
|
||||
UREDIR_DEPENDENCIES = host-pkgconf libuev
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user