mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:58:25 +02:00
pptp: fix installation path for netifd proto handler
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31636 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
126cc381b7
commit
ecb548b2e5
@ -42,8 +42,8 @@ ifneq ($(CONFIG_PACKAGE_netifd),)
|
|||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
||||||
$(INSTALL_DIR) $(1)/etc/ppp
|
$(INSTALL_DIR) $(1)/etc/ppp
|
||||||
$(INSTALL_DATA) ./files/options.pptp $(1)/etc/ppp/
|
$(INSTALL_DATA) ./files/options.pptp $(1)/etc/ppp/
|
||||||
$(INSTALL_DIR) $(1)/lib/network
|
$(INSTALL_DIR) $(1)/lib/netifd/proto/
|
||||||
$(INSTALL_BIN) ./files/pptp.sh $(1)/lib/network/
|
$(INSTALL_BIN) ./files/pptp.sh $(1)/lib/netifd/proto/
|
||||||
endef
|
endef
|
||||||
else
|
else
|
||||||
define Package/pptp/install
|
define Package/pptp/install
|
||||||
|
Loading…
Reference in New Issue
Block a user