diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-29 15:09:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-29 15:09:37 +0000 |
commit | 88965014cb771fc06270f54e6e444fdf82414984 (patch) | |
tree | 861f66273c9f431367e6ef5750990e54f3bf2e25 /package/Makefile | |
parent | c85fd1e54990f6c869e1ed9b2712162a94dc7483 (diff) | |
download | upstream-88965014cb771fc06270f54e6e444fdf82414984.tar.gz upstream-88965014cb771fc06270f54e6e444fdf82414984.tar.bz2 upstream-88965014cb771fc06270f54e6e444fdf82414984.zip |
Added collectd, thanks to Florian Forster
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2796 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 4d01ef71dc..4f88b129d8 100644 --- a/package/Makefile +++ b/package/Makefile @@ -21,6 +21,7 @@ package-$(BR2_PACKAGE_BWM) += bwm package-$(BR2_PACKAGE_CGILIB) += cgilib package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount +package-$(BR2_PACKAGE_COLLECTD) += collectd package-$(BR2_PACKAGE_CUPS) += cups package-$(BR2_COMPILE_CURL) += curl package-$(BR2_PACKAGE_CUTTER) += cutter |