X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/baa1468836257c3732877fb9baa451b980d15969..db6df8cc830123e680e41b5e104cd217b03b1edf:/openwrt/package/openvpn/Makefile diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index 79d1c6e8e..f6f8c231f 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -22,7 +22,7 @@ PKG_DEPEND:="openssl, kmod-tun" ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y) DISABLE_LZO:=--disable-lzo else -PKG_DEPEND+=", lzo" +PKG_DEPEND+=", liblzo" endif ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)