aboutsummaryrefslogtreecommitdiff
path: root/net/hcxdumptool
Commit message (Collapse)AuthorAge
* hcxdumptool: Update to 6.3.4dracode2024-04-13
| | | | | | | 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>
* hcxdmptool: update to 6.3.2Rosen Penev2023-11-18
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* hcxdumptool: update to 6.2.4Rosen Penev2021-09-23
| | | | | | Remove upstreamed patch. Refresh other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hcxdumptool: update to 6.1.6Rosen Penev2021-04-13
| | | | | | | | Fix compilation without deprecated OpenSSL APIs. Backport upstream patch to fix stdout. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hcxtools: update to 5.3.0. + Changes to Makefile to include latest binaries ↵Andreas Nilsen2020-02-03
| | | | | | | | | | 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>
* hcxdumptool: update to 6.0.1Andreas Nilsen2020-02-02
| | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* hcxdumptool: update to v5.2.2Andreas Nilsen2019-09-26
| | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* hcxtools: Updated to v5.2.0. Also modified default install dir to /usr/sbinAndreas Nilsen2019-08-26
| | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* hcxtools: Fixed typo in both MakefilesAndreas Nilsen2019-07-03
| | | | | | PKG_LICENCE_FILES vas wrongly named PKG_LICENCE_FILE Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* hcxtools: Changes to the Makefile, as suggested.Andreas Nilsen2019-07-02
| | | | | | | | | | | | - 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>
* hcxtools: Fixed PKG_SOURCE_URLAndreas Nilsen2019-07-02
| | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* hcxtools: Added hcxtools and hcxdumptool, created by: @ZerBea.Andreas Nilsen2019-07-02
Signed-off-by: Andreas Nilsen <adde88@gmail.com>