projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5f11e
)
package/pppd: install pon, poff scripts
author
Doug Kehn
<rdkehn@yahoo.com>
Mon, 8 Jun 2015 02:56:09 +0000
(21:56 -0500)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Thu, 11 Jun 2015 20:35:00 +0000
(22:35 +0200)
Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pppd/pppd.mk
patch
|
blob
|
history
diff --git
a/package/pppd/pppd.mk
b/package/pppd/pppd.mk
index 0f9945fcda20090e49b6949220bf5b9b975b50bd..554b83018b51c73bae225993bba6e0802213e485 100644
(file)
--- a/
package/pppd/pppd.mk
+++ b/
package/pppd/pppd.mk
@@
-98,6
+98,8
@@
define PPPD_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/openl2tp.so
$(INSTALL) -D $(PPPD_DIR)/pppd/plugins/pppol2tp/pppol2tp.so \
$(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/pppol2tp.so
+ $(INSTALL) -D -m 0755 $(PPPD_DIR)/scripts/pon $(TARGET_DIR)/usr/bin/pon
+ $(INSTALL) -D -m 0755 $(PPPD_DIR)/scripts/poff $(TARGET_DIR)/usr/bin/poff
$(PPPD_INSTALL_RADIUS)
endef