X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fppp%2FMakefile;h=ed86a8ae4590cead65aa44c703fed9bf2d57c9d7;hp=4ace4d9366680baa72b2d488c8f39a20a94bf3fb;hb=43695701ec0de21bacec83f8219336b9ab0dc3ab;hpb=a41b36bd4c9f4583786542988c1ce6ce341736d1 diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 4ace4d9366..ed86a8ae45 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -160,6 +160,8 @@ ifneq ($(CONFIG_PACKAGE_netifd),) define Package/ppp/script_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/ppp-down $(1)/lib/netifd/ endef else define Package/ppp/script_install