diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-14 20:20:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-14 20:20:54 +0000 |
commit | 895e90b96a8290a05a6812c597ad1e130eaec4ea (patch) | |
tree | 6eb4047d2a32a45725ec6a50077c485e52dff6ed /package/Makefile | |
parent | 0626c0aab6d29b1fd97fda79d9d8718d30657a5b (diff) | |
download | upstream-895e90b96a8290a05a6812c597ad1e130eaec4ea.tar.gz upstream-895e90b96a8290a05a6812c597ad1e130eaec4ea.tar.bz2 upstream-895e90b96a8290a05a6812c597ad1e130eaec4ea.zip |
Convert lzo to new packaging style, rename package from lzo to liblzo since it is a library-only package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@892 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 9c51ce3e33..c081684559 100644 --- a/package/Makefile +++ b/package/Makefile @@ -30,9 +30,9 @@ package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux package-$(BR2_PACKAGE_LIBELF) += libelf package-$(BR2_PACKAGE_LIBGMP) += gmp +package-$(BR2_PACKAGE_LIBLZO) += lzo package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread package-$(BR2_PACKAGE_LIBUSB) += libusb -package-$(BR2_PACKAGE_LZO) += lzo package-$(BR2_PACKAGE_MATRIXSSL) += matrixssl package-$(BR2_PACKAGE_MARADNS) += maradns package-$(BR2_PACKAGE_MICROPERL) += microperl |