summaryrefslogtreecommitdiffstats
path: root/package/dhcpcd
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-09-11 13:05:01 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-11 13:05:01 +0200
commitbe7f613b90b01cdad0e1348ead3d70f72cbcbab2 (patch)
treecae07b5f44bd1bbc165012e4bdf3ab58003c7218 /package/dhcpcd
parentc403fedbc72438866e8acacf6c1b1d7204a40e1a (diff)
downloadbuildroot-be7f613b90b01cdad0e1348ead3d70f72cbcbab2.tar.gz
buildroot-be7f613b90b01cdad0e1348ead3d70f72cbcbab2.zip
package: drop unneeded 'call' from {generic,autotools}-package invocation
Reported-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dhcpcd')
-rw-r--r--package/dhcpcd/dhcpcd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk
index 9d4a72beb4..5296db8744 100644
--- a/package/dhcpcd/dhcpcd.mk
+++ b/package/dhcpcd/dhcpcd.mk
@@ -39,4 +39,4 @@ endef
# NOTE: Even though this package has a configure script, it is not generated
# using the autotools, so we have to use the generic package infrastructure.
-$(eval $(call generic-package))
+$(eval $(generic-package))
OpenPOWER on IntegriCloud