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 <vladimirov.atanas@gmail.com>
pull/30532/head
Atanas Vladimirov 2026-09-05 23:15:01 +03:00 committed by Hannu Nyman
parent 5f26abefab
commit ec542feed4
1 changed files with 2 additions and 1 deletions

View 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