summaryrefslogtreecommitdiffstats
path: root/rules/ppp.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ppp.make')
-rw-r--r--rules/ppp.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/ppp.make b/rules/ppp.make
index 8c09cdaf1..fc5f821a5 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -175,7 +175,6 @@ endif
# #
# # busybox init
# #
-ifdef PTXCONF_INITMETHOD_BBINIT
ifdef PTXCONF_PPP_STARTSCRIPT
@$(call install_alternative, ppp, 0, 0, 0755, /etc/init.d/pppd)
@$(call install_replace, ppp, /etc/init.d/pppd, \
@@ -187,7 +186,6 @@ ifneq ($(call remove_quotes,$(PTXCONF_PPPD_BBINIT_LINK)),)
/etc/rc.d/$(PTXCONF_PPPD_BBINIT_LINK))
endif
endif
-endif
ifdef PTXCONF_PPP_INST_PPPDUMP
@$(call install_copy, ppp, 0, 0, 0755, -, /usr/sbin/pppdump)