ppp: move ppp-{up,down} from the netifd package to pppd
SVN-Revision: 31340
This commit is contained in:
parent
a41b36bd4c
commit
43695701ec
3 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue