nut: Remove unecessary libwrap dependency
CONFIG_ARGS has --without-wrap so libwrap as a dependency is extraneous as it is not actually used. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
parent
7fe013ce7b
commit
020dfd4541
1 changed files with 1 additions and 2 deletions
|
@ -87,8 +87,7 @@ define Package/nut-common
|
|||
DEPENDS:= nut \
|
||||
+NUT_DRIVER_SNMP:libnetsnmp \
|
||||
+NUT_DRIVER_USB:libusb-compat \
|
||||
+NUT_SSL:libopenssl \
|
||||
+PACKAGE_libwrap:libwrap
|
||||
+NUT_SSL:libopenssl
|
||||
endef
|
||||
|
||||
define Package/nut-common/description
|
||||
|
|
Loading…
Reference in a new issue