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_LOGSURFER
bool "logsurfer"
depends on BR2_USE_MMU # fork()
help
Logsurfer is a program for monitoring system logs in
real-time, and reporting on the occurrence of events.
http://www.crypt.gen.nz/logsurfer/
+3
View File
@@ -0,0 +1,3 @@
# From https://www.crypt.gen.nz/logsurfer/
md5 4c26a74d813ccf766117c95c644aa601 logsurfer-1.8.tar.gz
sha256 74a36e8530a884031b4ae2344a46b9aaa07a1ee36d143802f6b64f817c5bd1af logsurfer-1.8.tar.gz
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# logsurfer
#
################################################################################
LOGSURFER_VERSION = 1.8
LOGSURFER_SITE = http://downloads.sourceforge.net/project/logsurfer/logsurfer/logsurfer-$(LOGSURFER_VERSION)
define LOGSURFER_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/src/logsurfer \
$(TARGET_DIR)/usr/bin/logsurfer
endef
$(eval $(autotools-package))