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:
parent
a2f64b3bac
commit
39250c08db
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ define Package/nut-common
|
||||||
DEPENDS:= nut \
|
DEPENDS:= nut \
|
||||||
+NUT_DRIVER_SNMP:libnetsnmp \
|
+NUT_DRIVER_SNMP:libnetsnmp \
|
||||||
+NUT_DRIVER_USB:libusb-compat \
|
+NUT_DRIVER_USB:libusb-compat \
|
||||||
+NUT_SSL:libopenssl \
|
+NUT_SSL:libopenssl
|
||||||
+PACKAGE_libwrap:libwrap
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nut-common/description
|
define Package/nut-common/description
|
||||||
|
|
Loading…
Reference in a new issue