Edit depends to OpenWRT Equals

libnss3-tools not available

All others mapped to correct corresponding openwrt package.
This commit is contained in:
Cameron Thompson
2025-02-07 15:18:41 -05:00
parent 0eb6b4d502
commit 209d782172
2 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ License: unknown
Architecture: aarch64_generic
Maintainer: Cloudflare <support@cloudflare.com>
Installed-Size: 109659
Depends: libdbus-1-3, libc6, iproute2, nftables, gnupg2, desktop-file-utils, libcap2-bin, libnss3-tools, ca-certificates, libpcap0.8
Suggests: traceroute
Depends: dbus-utils, libc, ip-full, nftables-json, gnupg2-utils, libcap-bin, ca-certificates, libpcap1
Suggests: traceroute, libnss3-tools
Section: net
Priority: optional
Homepage: https://1.1.1.1

View File

@@ -1,6 +1,6 @@
#!/bin/sh
service cloudflare-warp-service enable
service cloudflare-warp-service start
# Disabled for testing
# service cloudflare-warp-service enable
# service cloudflare-warp-service start
exit 0