ppp: Split the ppp-up for the IPv6 part
[oweals/openwrt.git] / package / network / services / ppp / Makefile
index 177950f2c7e3d7529e7538b2a112415c946d751d..2b78761ea51e9556f7e9b660f96c59ec6519ac99 100644 (file)
@@ -206,6 +206,7 @@ define Package/ppp/install
        $(INSTALL_DIR) $(1)/lib/netifd/proto
        $(INSTALL_BIN) ./files/ppp.sh $(1)/lib/netifd/proto/
        $(INSTALL_BIN) ./files/lib/netifd/ppp-up $(1)/lib/netifd/
+       $(INSTALL_BIN) ./files/lib/netifd/ppp6-up $(1)/lib/netifd/
        $(INSTALL_BIN) ./files/lib/netifd/ppp-down $(1)/lib/netifd/
 endef
 Package/ppp-multilink/install=$(Package/ppp/install)