mirror of https://github.com/hak5/openwrt.git
parent
d30f8da466
commit
c3f0b757a3
|
@ -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