mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
nut: Drop unnecessary dependency on libwrap
We're using --without-wrap unconditionally anyway, so this legacy dependency needs to be removed. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
@@ -98,8 +98,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user