X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/baa1468836257c3732877fb9baa451b980d15969..13a784583dac66a60a47aef161d0a0333e8c75cd:/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)