diff options
author | Doug Kehn <rdkehn@yahoo.com> | 2015-06-07 21:56:09 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-11 22:35:00 +0200 |
commit | 8e05d4ffe08af3b1489548176dadce1ca352e21c (patch) | |
tree | c9b0419f858ba74d38f86e1e4647a1162200205c | |
parent | ca5f11e489357d5338e728dd554b25830d6b9b85 (diff) | |
download | buildroot-8e05d4ffe08af3b1489548176dadce1ca352e21c.tar.gz buildroot-8e05d4ffe08af3b1489548176dadce1ca352e21c.zip |
package/pppd: install pon, poff scripts
Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/pppd/pppd.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk index 0f9945fcda..554b83018b 100644 --- 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 |