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
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_NETCALC
bool "netcalc"
help
netcalc (40 kiB) is a slimmed down version of sipcalc
using the popular output format of ipcalc. Both IPv4
and IPv6 are supported.
https://github.com/troglobit/netcalc/
+5
View File
@@ -0,0 +1,5 @@
# From https://github.com/troglobit/netcalc/releases/tag/v2.1.6
md5 c8660b61370c76d866247fe65966a35b netcalc-2.1.6.tar.gz
# Locally computed:
sha256 cff41782fcf63d7d4ce6d35f95ed302127f6ddf6fc0ca03a8188af95a7c3243b netcalc-2.1.6.tar.gz
sha256 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f LICENSE
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# netcalc
#
################################################################################
NETCALC_VERSION = 2.1.6
NETCALC_SITE = https://github.com/troglobit/netcalc/releases/download/v$(NETCALC_VERSION)
NETCALC_LICENSE = BSD-3-Clause
NETCALC_LICENSE_FILES = LICENSE
NETCALC_CONF_OPTS = --disable-ipcalc-symlink
$(eval $(autotools-package))