summaryrefslogtreecommitdiffstats
path: root/package/wget
diff options
context:
space:
mode:
Diffstat (limited to 'package/wget')
-rw-r--r--package/wget/wget.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index 65be610e1..3c56c8e59 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -55,6 +55,6 @@ wget-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_WGET)),y)
+ifeq ($(BR2_PACKAGE_WGET),y)
TARGETS+=wget
endif