update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_TUNCTL
bool "tunctl"
help
Tunctl is a tool for controlling the TUN/TAP driver in Linux.
https://sourceforge.net/projects/tunctl/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 aa2a6c4cc6bfacb11e0d9f62334a6638a0d435475c61230116f00b6af8b14fff tunctl-1.5.tar.gz

View File

@@ -0,0 +1,21 @@
################################################################################
#
# tunctl
#
################################################################################
TUNCTL_VERSION = 1.5
TUNCTL_SITE = http://downloads.sourceforge.net/project/tunctl/tunctl/$(TUNCTL_VERSION)
TUNCTL_LICENSE = GPLv2
TUNCTL_LICENSE_FILES = tunctl.c
define TUNCTL_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) tunctl
endef
define TUNCTL_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/tunctl $(TARGET_DIR)/usr/sbin/tunctl
endef
$(eval $(generic-package))