update buildroot to 2017.02.11
This commit is contained in:
11
bsp/buildroot-2017.02.11/package/batctl/Config.in
Normal file
11
bsp/buildroot-2017.02.11/package/batctl/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_BATCTL
|
||||
bool "batctl"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
||||
select BR2_PACKAGE_LIBNL
|
||||
help
|
||||
Batctl is the configuration and debugging tool for batman-adv.
|
||||
|
||||
http://www.open-mesh.org/projects/batman-adv/wiki/Using-batctl
|
||||
|
||||
comment "batctl needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
4
bsp/buildroot-2017.02.11/package/batctl/batctl.hash
Normal file
4
bsp/buildroot-2017.02.11/package/batctl/batctl.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# http://downloads.open-mesh.org/batman/releases/batman-adv-2016.1/batctl-2016.1.tar.gz.sha1
|
||||
sha1 72b974bde707594e2cf0cc122d7d7da0f1f65160 batctl-2016.1.tar.gz
|
||||
# Locally calculated
|
||||
sha256 c854397b2ddd2cb8d15d1e65839819380648ccb37507d0303e133011fe6f03c9 batctl-2016.1.tar.gz
|
||||
21
bsp/buildroot-2017.02.11/package/batctl/batctl.mk
Normal file
21
bsp/buildroot-2017.02.11/package/batctl/batctl.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# batctl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BATCTL_VERSION = 2016.1
|
||||
BATCTL_SITE = http://downloads.open-mesh.org/batman/releases/batman-adv-$(BATCTL_VERSION)
|
||||
BATCTL_LICENSE = GPLv2
|
||||
BATCTL_DEPENDENCIES = libnl host-pkgconf
|
||||
|
||||
define BATCTL_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) all
|
||||
endef
|
||||
|
||||
define BATCTL_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
|
||||
PREFIX=/usr DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user