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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_MAWK
bool "mawk"
help
Interpreter for the AWK Programming Language.
http://invisible-island.net/mawk/mawk.html
+2
View File
@@ -0,0 +1,2 @@
sha256 7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237 mawk-1.3.4-20200120.tgz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# mawk
#
################################################################################
MAWK_VERSION = 1.3.4-20200120
MAWK_SITE = https://invisible-mirror.net/archives/mawk
MAWK_SOURCE = mawk-$(MAWK_VERSION).tgz
MAWK_LICENSE = GPL-2.0
MAWK_LICENSE_FILES = COPYING
$(eval $(autotools-package))