diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-10 21:24:37 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-10 21:24:37 +0000 |
commit | b7f7265fc25af6d156a85cdf4787c42818b5ae1d (patch) | |
tree | 7c9671b6f4802e662bd201a6d4a101a21235a43f /openwrt/package/Makefile | |
parent | 6f7658886ade4258e64dd63f95ce99e396535498 (diff) | |
download | mtk-20170518-b7f7265fc25af6d156a85cdf4787c42818b5ae1d.zip mtk-20170518-b7f7265fc25af6d156a85cdf4787c42818b5ae1d.tar.gz mtk-20170518-b7f7265fc25af6d156a85cdf4787c42818b5ae1d.tar.bz2 |
Add libart package
SVN-Revision: 1602
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 7ba30f9..b528bf2 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -51,6 +51,7 @@ package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux package-$(BR2_PACKAGE_LESS) += less package-$(BR2_PACKAGE_LIBAMSEL) += libamsel +package-$(BR2_PACKAGE_LIBART) += libart package-$(BR2_PACKAGE_LIBDB) += libdb package-$(BR2_PACKAGE_LIBELF) += libelf package-$(BR2_PACKAGE_LIBEVENT) += libevent |