From 794601ff16d73872ea723be3934751f714ade5fa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 29 Jan 2013 18:43:49 +0000 Subject: [PATCH] nut: fix remaining reference to libusb SVN-Revision: 35391 --- utils/nut/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nut/Makefile b/utils/nut/Makefile index bc618684f..4a5a1f29e 100644 --- a/utils/nut/Makefile +++ b/utils/nut/Makefile @@ -139,7 +139,7 @@ define DriverPackage TITLE += ($(1) driver) DEPENDS += nut nut-server ifeq ($(1),$(filter $(1),$(USB_LIBUSB_DRIVERLIST))) - DEPENDS+=libusb + DEPENDS+=libusb-compat endif ifeq ($(1),$(filter $(1),$(SNMP_DRIVERLIST))) DEPENDS+=libnetsnmp -- 2.30.2