Skip to content

Commit

Permalink
rrdstats:
Browse files Browse the repository at this point in the history
 * ensure wget-gnu is used if FREETZ_PACKAGE_RRDSTATS_CABLEMODEM_WGET is selected and wget-gnu is external'ed
 * fixes #2364


git-svn-id: file:///var/svn/freetz/trunk@11683 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Feb 9, 2014
1 parent d7e7e64 commit 04f83dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/rrdstats/external.services
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[ "$FREETZ_PACKAGE_RRDSTATS" == "y" ] && \
[ "$EXTERNAL_FREETZ_PACKAGE_RRDTOOL" == "y" ] && \
[ "$EXTERNAL_FREETZ_PACKAGE_RRDTOOL" == "y" -o "$FREETZ_PACKAGE_RRDSTATS_CABLEMODEM_WGET" == "y" -a "$EXTERNAL_FREETZ_PACKAGE_WGET" == "y" ] && \
EXTERNAL_SERVICES+=" rrdstats"

0 comments on commit 04f83dc

Please sign in to comment.