mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
ppp: move ppp-{up,down} from the netifd package to pppd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31340 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b124c93837
commit
f29a9ddcf0
@ -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 New Issue
Block a user