diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-01-09 15:46:03 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-01-09 15:46:03 +0000 |
commit | db7d9885a7ce804bd6d03e8ee6694bcb733656c2 (patch) | |
tree | 9b330c512b2283192477662011b1eb4b7dc9e812 /package/Makefile | |
parent | d841620e1a935dabeb92889392e6c0ecba8f93c0 (diff) | |
download | upstream-db7d9885a7ce804bd6d03e8ee6694bcb733656c2.tar.gz upstream-db7d9885a7ce804bd6d03e8ee6694bcb733656c2.tar.bz2 upstream-db7d9885a7ce804bd6d03e8ee6694bcb733656c2.zip |
add pipacs package (thanks to Janos)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2865 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 324503dbce..eb6b6c9b3e 100644 --- a/package/Makefile +++ b/package/Makefile @@ -163,6 +163,7 @@ package-$(BR2_PACKAGE_PEERGUARDIAN) += peerguardian package-$(BR2_COMPILE_PHP4) += php4 package-$(BR2_COMPILE_PHP5) += php5 package-$(BR2_PACKAGE_PICOCOM) += picocom +package-$(BR2_PACKAGE_PIPACS) += pipacs package-$(BR2_COMPILE_PMACCT) += pmacct package-$(BR2_COMPILE_POPT) += popt package-$(BR2_PACKAGE_PORTMAP) += portmap |