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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_IFENSLAVE
bool "ifenslave"
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
Configure network interfaces for parallel routing (bonding)
https://salsa.debian.org/debian/ifenslave
+5
View File
@@ -0,0 +1,5 @@
# From http://snapshot.debian.org/archive/debian/20170102T091407Z/pool/main/i/ifenslave/ifenslave_2.9.dsc
sha1 a17e88fa298ef337e872c8aa5d7a390921239d1a ifenslave_2.9.tar.xz
sha256 e5666c0b61347bd06f2394c16eca6895fcb5e5cc83d0a1c596a975274de5a3c9 ifenslave_2.9.tar.xz
# Locally computed
sha256 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41 debian/copyright
+19
View File
@@ -0,0 +1,19 @@
################################################################################
#
# ifenslave
#
################################################################################
IFENSLAVE_VERSION = 2.9
IFENSLAVE_SOURCE = ifenslave_$(IFENSLAVE_VERSION).tar.xz
IFENSLAVE_SITE = http://snapshot.debian.org/archive/debian/20170102T091407Z/pool/main/i/ifenslave
IFENSLAVE_LICENSE = GPL-3.0+
IFENSLAVE_LICENSE_FILES = debian/copyright
# shell script, so nothing to build
define IFENSLAVE_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/ifenslave $(TARGET_DIR)/sbin/ifenslave
endef
$(eval $(generic-package))