]> git.99rst.org Git - openwrt-packages.git/commitdiff
hcxdumptool: build hcxdumptool target only
authorAtanas Vladimirov <redacted>
Sat, 5 Sep 2026 20:15:01 +0000 (23:15 +0300)
committerHannu Nyman <redacted>
Mon, 14 Sep 2026 04:14:47 +0000 (07:14 +0300)
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 <redacted>
net/hcxdumptool/Makefile

index 9e4f85705349f420d037c7601600f4efd7324430..5f428c3fc826960720fd9d895143abd4e7dcc621 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT