package/hackrf: drop unrecognized option

Drop BUILD_HACKRF_TOOLS which has never been recognized since the
addition of the package in commit
29b7cc88f4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2022-07-23 23:14:03 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 20c9e5cfd4
commit 5bbbf1ba58

View file

@ -13,8 +13,6 @@ HACKRF_DEPENDENCIES = fftw-single libusb
HACKRF_SUBDIR = host HACKRF_SUBDIR = host
HACKRF_INSTALL_STAGING = YES HACKRF_INSTALL_STAGING = YES
HACKRF_CONF_OPTS += -DBUILD_HACKRF_TOOLS=ON
ifeq ($(BR2_PACKAGE_HAS_UDEV),y) ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
HACKRF_CONF_OPTS += \ HACKRF_CONF_OPTS += \
-DINSTALL_UDEV_RULES=ON \ -DINSTALL_UDEV_RULES=ON \