mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
rp-pppoe: install default conf file
Signed-off-by: Ryan Coe <bluemrp9@gmail.com> Acked-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3b3b4f2331
commit
c5f0e93d2c
@@ -18,6 +18,8 @@ RP_PPPOE_CONF_ENV = \
|
||||
PPPD_H=$(PPPD_DIR)/pppd/pppd.h
|
||||
|
||||
define RP_PPPOE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0644 $(@D)/configs/pppoe.conf \
|
||||
$(TARGET_DIR)/etc/ppp/pppoe.conf
|
||||
for ff in $(RP_PPPOE_TARGET_FILES); do \
|
||||
$(INSTALL) -m 0755 $(@D)/src/$$ff $(TARGET_DIR)/usr/sbin/$$ff || exit 1; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user