Commit Graph

14 Commits

Author SHA1 Message Date
dracode f28c81bae2 hcxdumptool: Update to 6.3.4
Version 6.3.4 has some important fixes for the OpenWrt community.
This version properly supports Big-Endian systems (which are many); the previous OpenWrt packaged version crashed on such systems.

Signed-off-by: dracode <github@dragonbyte.org>
2024-04-13 14:12:14 -07:00
Rosen Penev c5de8c0004 hcxdmptool: update to 6.3.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-11-18 20:19:46 -08:00
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-04-21 22:46:58 +02:00
Rosen Penev 911df9bfa5 hcxdumptool: update to 6.2.4
Remove upstreamed patch. Refresh other.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-23 12:04:40 -07:00
Rosen Penev fb4655ab35 hcxdumptool: update to 6.1.6
Fix compilation without deprecated OpenSSL APIs.

Backport upstream patch to fix stdout.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-13 15:30:39 -07:00
Andreas Nilsen c7cf60ab40 hcxtools: update to 5.3.0. + Changes to Makefile to include latest binaries being compiled
Signed-off-by: Andreas Nilsen <adde88@gmail.com>

hcxdumptool: forgot to add new openssl dependency

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2020-02-03 17:17:42 +01:00
Andreas Nilsen e48b08d486 hcxdumptool: update to 6.0.1
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2020-02-02 13:55:31 +01:00
Andreas Nilsen a79d3903f7 hcxdumptool: update to v5.2.2
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-09-26 20:45:08 +02:00
Andreas Nilsen 6a439e2cc6 hcxtools: Updated to v5.2.0. Also modified default install dir to /usr/sbin
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-08-26 20:52:50 +02:00
Eneas U de Queiroz 2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08:00
Andreas Nilsen 0ae6958740 hcxtools: Fixed typo in both Makefiles
PKG_LICENCE_FILES vas wrongly named PKG_LICENCE_FILE

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-07-03 08:02:21 +02:00
Andreas Nilsen 6f6457fb37 hcxtools: Changes to the Makefile, as suggested.
- Now using codeload as suggested.
- Removed PKG_BUILD_PARALLEL, and PKG_USE_MIPS16:=0 as it was no longer needed to build the latest version successfully.
- Moved PKG_MAINTAINER to top.
- Use INSTALL_BIN instead of CP
- Added PKG_LICENSE and PKG_LICENSE_FILES
- Fixed a typo in TITLE
- DCO should be fixed now.

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-07-02 16:16:44 +02:00
Andreas Nilsen 9e4fc185e2 hcxtools: Fixed PKG_SOURCE_URL
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-07-02 16:16:44 +02:00
Andreas Nilsen 89da0ac020 hcxtools: Added hcxtools and hcxdumptool, created by: @ZerBea.
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-07-02 16:16:23 +02:00