diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 04:16:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 04:16:07 +0000 |
commit | da32248a24d437ab6c8cf088454b2fd4c56d1a20 (patch) | |
tree | c2db0445b58e14e44710734032953b0a22370315 /openwrt/package | |
parent | d4b4bf9440a21803ede713ee55361f0063df685f (diff) | |
download | mtk-20170518-da32248a24d437ab6c8cf088454b2fd4c56d1a20.zip mtk-20170518-da32248a24d437ab6c8cf088454b2fd4c56d1a20.tar.gz mtk-20170518-da32248a24d437ab6c8cf088454b2fd4c56d1a20.tar.bz2 |
fix rrdcollect selection
SVN-Revision: 1655
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 86d1103..3e9c31e 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -117,7 +117,7 @@ package-$(BR2_PACKAGE_RADVD) += radvd package-$(BR2_PACKAGE_READLINE) += readline package-$(BR2_PACKAGE_ROBOCFG) += robocfg package-$(BR2_PACKAGE_RP_PPPOE) += rp-pppoe -package-$(BR2_COMPILE_RRDCOLLECT) += rrdcollect +package-$(BR2_PACKAGE_RRDCOLLECT) += rrdcollect package-$(BR2_COMPILE_RRDTOOL) += rrdtool package-$(BR2_PACKAGE_RSYNC) += rsync package-$(BR2_PACKAGE_SABLEVM) += sablevm |