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