Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 deletions

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)
http://anonscm.debian.org/cgit/collab-maint/ifenslave.git

View File

@@ -0,0 +1,3 @@
# 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

View File

@@ -0,0 +1,20 @@
################################################################################
#
# 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 = GPLv3+
IFENSLAVE_LICENSE_FILES = debian/copyright
IFENSLAVE_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
# 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))