diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-19 08:25:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-19 08:25:52 +0000 |
commit | 4604e37e1be9c0088c564d1aac490e4f6d3c8bd5 (patch) | |
tree | d9828e8621a09d2e623a6d04d2a72684b46edd4a /package/tinc/Config.in | |
parent | 349cc851a0d02697373b01a5ddaab9832cc8fe02 (diff) | |
download | upstream-4604e37e1be9c0088c564d1aac490e4f6d3c8bd5.tar.gz upstream-4604e37e1be9c0088c564d1aac490e4f6d3c8bd5.tar.bz2 upstream-4604e37e1be9c0088c564d1aac490e4f6d3c8bd5.zip |
change lzo to liblzo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/tinc/Config.in')
-rw-r--r-- | package/tinc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinc/Config.in b/package/tinc/Config.in index d1937fa60e..56c0286500 100644 --- a/package/tinc/Config.in +++ b/package/tinc/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_TINC tristate "tinc" default m if CONFIG_DEVEL select BR2_PACKAGE_ZLIB - select BR2_PACKAGE_LZO + select BR2_PACKAGE_LIBLZO select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_KMOD_TUN |