summaryrefslogtreecommitdiffstats
path: root/rules/portmap.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-24 09:21:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-24 17:00:30 +0100
commit97b0f330aa65777a10369c5a1a141b1166002457 (patch)
treede6e61affe00569ccaf25ecace066daf61656629 /rules/portmap.make
parent71d1ac8870e0064596f14d3869fa0de2b2983efd (diff)
downloadptxdist-97b0f330aa65777a10369c5a1a141b1166002457.tar.gz
ptxdist-97b0f330aa65777a10369c5a1a141b1166002457.tar.xz
portmap: remove dead code
The option was removed a long time ago and nobody cared. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/portmap.make')
-rw-r--r--rules/portmap.make5
1 files changed, 0 insertions, 5 deletions
diff --git a/rules/portmap.make b/rules/portmap.make
index 95ae56149..a16902ce0 100644
--- a/rules/portmap.make
+++ b/rules/portmap.make
@@ -65,11 +65,6 @@ ifneq ($(call remove_quotes,$(PTXCONF_PORTMAP_BBINIT_LINK)),)
endif
endif
endif
-
-ifdef PTXCONF_PORTMAP_INETD_SERVER
- @$(call install_alternative, portmap, 0, 0, 0644, /etc/inetd.conf.d/portmap, n)
-endif
-
@$(call install_finish, portmap)
@$(call touch)