initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+9
View File
@@ -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
+4
View File
@@ -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
+13
View File
@@ -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))