diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-23 19:46:08 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-23 19:46:08 +0000 |
commit | 87b7d5c2cd51e4836ef8918f5739f2602f87ffb0 (patch) | |
tree | e41a9fe0232bcf2541f226d8e3eac5f13b386fdf /package/Makefile | |
parent | 469056e93b7f1ce3310db2833a4d0ba2f18c4bd0 (diff) |
Add libevent package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1025 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index c2b12f6a8b..0d88ed7bde 100644 --- a/package/Makefile +++ b/package/Makefile @@ -35,6 +35,7 @@ package-$(BR2_PACKAGE_KISMET) += kismet package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux package-$(BR2_PACKAGE_LIBELF) += libelf +package-$(BR2_PACKAGE_LIBEVENT) += libevent package-$(BR2_PACKAGE_LIBGD) += libgd package-$(BR2_PACKAGE_LIBNET) += libnet package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 |