Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/batctl/Config.in
Normal file
11
deprecated/firmware/buildroot/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
deprecated/firmware/buildroot/package/batctl/batctl.hash
Normal file
4
deprecated/firmware/buildroot/package/batctl/batctl.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# http://downloads.open-mesh.org/batman/releases/batman-adv-2015.1/batctl-2015.1.tar.gz.sha1
|
||||
sha1 ae086f334ff912ab2a8116caedf0a2a1816acf1a batctl-2015.1.tar.gz
|
||||
# Locally calculated
|
||||
sha256 ea67ee22785e6fcd5149472bdf2df4e9f21716968e025e7dd41556a010a8d14a batctl-2015.1.tar.gz
|
||||
21
deprecated/firmware/buildroot/package/batctl/batctl.mk
Normal file
21
deprecated/firmware/buildroot/package/batctl/batctl.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# batctl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BATCTL_VERSION = 2015.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