mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ppp: move ppp-{up,down} from the netifd package to pppd
SVN-Revision: 31340
This commit is contained in:
parent
a41b36bd4c
commit
43695701ec
@ -160,6 +160,8 @@ ifneq ($(CONFIG_PACKAGE_netifd),)
|
|||||||
define Package/ppp/script_install
|
define Package/ppp/script_install
|
||||||
$(INSTALL_DIR) $(1)/lib/netifd/proto
|
$(INSTALL_DIR) $(1)/lib/netifd/proto
|
||||||
$(INSTALL_BIN) ./files/ppp.sh $(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
|
endef
|
||||||
else
|
else
|
||||||
define Package/ppp/script_install
|
define Package/ppp/script_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user