Commit c5f0e93d authored by Ryan Coe's avatar Ryan Coe Committed by Peter Korsgaard
Browse files

rp-pppoe: install default conf file

parent 3b3b4f23
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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