summaryrefslogtreecommitdiffstats
path: root/rules/portmap.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/portmap.make')
-rw-r--r--rules/portmap.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/portmap.make b/rules/portmap.make
index c09854a3b..18a7790c7 100644
--- a/rules/portmap.make
+++ b/rules/portmap.make
@@ -56,7 +56,6 @@ $(STATEDIR)/portmap.targetinstall:
#
# busybox init
#
-ifdef PTXCONF_INITMETHOD_BBINIT
ifdef PTXCONF_PORTMAP_STARTSCRIPT
@$(call install_alternative, portmap, 0, 0, 0755, /etc/init.d/portmapd, n)
@@ -66,7 +65,6 @@ ifneq ($(call remove_quotes,$(PTXCONF_PORTMAP_BBINIT_LINK)),)
/etc/rc.d/$(PTXCONF_PORTMAP_BBINIT_LINK))
endif
endif
-endif
@$(call install_finish, portmap)
@$(call touch)