mirror of https://github.com/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 <vladimirov.atanas@gmail.com>pull/30532/head
parent
5f26abefab
commit
ec542feed4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue