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 | 145ea1eeab7fd629ddf7b6407556eef094ea11bd (patch) | |
tree | 4d59a74a7afc6427f4062908f0201ed2fa5b6576 /openwrt/package/Makefile | |
parent | c0f6b9501c5c46f18846b86f09c10a115614ea9c (diff) | |
download | mtk-20170518-145ea1eeab7fd629ddf7b6407556eef094ea11bd.zip mtk-20170518-145ea1eeab7fd629ddf7b6407556eef094ea11bd.tar.gz mtk-20170518-145ea1eeab7fd629ddf7b6407556eef094ea11bd.tar.bz2 |
Added collectd, thanks to Florian Forster
SVN-Revision: 2796
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 4d01ef7..4f88b12 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |