ppp: move ppp-{up,down} from the netifd package to pppd

SVN-Revision: 31340
This commit is contained in:
Felix Fietkau 2012-04-17 21:35:13 +00:00
parent a41b36bd4c
commit 43695701ec
3 changed files with 2 additions and 0 deletions

View file

@ -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