diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-08 03:32:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-08 03:32:09 +0000 |
commit | 7a3c1964611a24b6bb1179f48e5c63bb65cac936 (patch) | |
tree | fc6a13d4244c2526dee9f371e856a84800d77b27 /package/Makefile | |
parent | 5a100186bbabec4e84bf0f290eb7145e9d2af5fb (diff) | |
download | upstream-7a3c1964611a24b6bb1179f48e5c63bb65cac936.tar.gz upstream-7a3c1964611a24b6bb1179f48e5c63bb65cac936.tar.bz2 upstream-7a3c1964611a24b6bb1179f48e5c63bb65cac936.zip |
Add haserl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@347 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 cea0a78d83..83ed49e468 100644 --- a/package/Makefile +++ b/package/Makefile @@ -18,6 +18,7 @@ package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_POPT) += popt package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_IPROUTE2) += iproute2 +package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_LIBELF) += libelf package-$(BR2_PACKAGE_STRACE) += strace |