From: Atanas Vladimirov Date: Sat, 5 Sep 2026 20:15:01 +0000 (+0300) Subject: hcxdumptool: build hcxdumptool target only X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ec542feed47eb5cf7c0f64ebbb115710e9ee464f;p=openwrt-packages.git hcxdumptool: build hcxdumptool target only Leaving hcxnmealog out is intentional. It is the GPS/wardriving helper that was split out of hcxdumptool in 6.3.5. It needs a GPS receiver (USB NMEA device such as /dev/ttyACM0, or gpsd wrapping one) and is not used for the usual handshake/PMKID capture on a stationary router. Signed-off-by: Atanas Vladimirov --- diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index 9e4f85705..5f428c3fc 100644 --- a/net/hcxdumptool/Makefile +++ b/net/hcxdumptool/Makefile @@ -41,7 +41,8 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/ \ $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS)" + CFLAGS="$(TARGET_CFLAGS)" \ + hcxdumptool endef define Package/hcxdumptool/install