mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
wireguard-tools: depend on kmod-wireguard
To the vast majority of the users, wireguard-tools are not useful without the underlying kernel module. The cornercase of only generating keys and not using the secure tunnel is something that won't be done on an embedded OpenWrt system often. On the other hand, maintaining a separate meta-package only for this use case introduces extra complexity. WireGuard changes for Linux 5.10 remove the meta-package. So let's make wireguard-tools depend on kmod-wireguard to make WireGuard easier to use without having to install multiple packages. Fixes: ea980fb9 ("wireguard: bump to 20191226") Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> (cherry picked from commit cbcddc9f318607881799e329b327a68c4e76d5cb)
This commit is contained in:
parent
7114416fbe
commit
272a9e1975
@ -36,7 +36,10 @@ define Package/wireguard-tools
|
|||||||
URL:=https://www.wireguard.com
|
URL:=https://www.wireguard.com
|
||||||
MAINTAINER:=Jason A. Donenfeld <Jason@zx2c4.com>
|
MAINTAINER:=Jason A. Donenfeld <Jason@zx2c4.com>
|
||||||
TITLE:=WireGuard userspace control program (wg)
|
TITLE:=WireGuard userspace control program (wg)
|
||||||
DEPENDS:=+@BUSYBOX_CONFIG_IP +@BUSYBOX_CONFIG_FEATURE_IP_LINK
|
DEPENDS:= \
|
||||||
|
+@BUSYBOX_CONFIG_IP \
|
||||||
|
+@BUSYBOX_CONFIG_FEATURE_IP_LINK \
|
||||||
|
+kmod-wireguard
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wireguard-tools/description
|
define Package/wireguard-tools/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user