|
@@ -12,8 +12,6 @@ PPPD_LICENSE_FILES = pppd/tdb.c pppd/plugins/pppoatm/COPYING \
|
|
|
pppdump/bsd-comp.c pppd/ccp.c pppd/plugins/passprompt.c
|
|
|
|
|
|
PPPD_TARGET_BINS = chat pppd pppdump pppstats
|
|
|
-PPPD_MANPAGES = $(if $(BR2_HAVE_DOCUMENTATION),chat pppd pppdump pppstats)
|
|
|
-PPPD_RADIUS_MANPAGES = $(if $(BR2_HAVE_DOCUMENTATION),pppd-radattr pppd-radius)
|
|
|
PPPD_RADIUS_CONF = dictionary dictionary.ascend dictionary.compat \
|
|
|
dictionary.merit dictionary.microsoft \
|
|
|
issue port-id-map realms server radiusclient.conf
|
|
@@ -65,10 +63,6 @@ define PPPD_INSTALL_RADIUS
|
|
|
$(TARGET_DIR)/etc/ppp/radius/radiusclient.conf
|
|
|
$(SED) 's:/etc/radiusclient:/etc/ppp/radius:g' \
|
|
|
$(TARGET_DIR)/etc/ppp/radius/*
|
|
|
- for m in $(PPPD_RADIUS_MANPAGES); do \
|
|
|
- $(INSTALL) -m 644 -D $(PPPD_DIR)/pppd/plugins/radius/$$m.8 \
|
|
|
- $(TARGET_DIR)/usr/share/man/man8/$$m.8; \
|
|
|
- done
|
|
|
endef
|
|
|
endif
|
|
|
|
|
@@ -96,10 +90,6 @@ define PPPD_INSTALL_TARGET_CMDS
|
|
|
$(INSTALL) -D $(PPPD_DIR)/pppd/plugins/pppol2tp/pppol2tp.so \
|
|
|
$(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/pppol2tp.so
|
|
|
$(PPPD_INSTALL_RADIUS)
|
|
|
- for m in $(PPPD_MANPAGES); do \
|
|
|
- $(INSTALL) -m 644 -D $(PPPD_DIR)/$$m/$$m.8 \
|
|
|
- $(TARGET_DIR)/usr/share/man/man8/$$m.8; \
|
|
|
- done
|
|
|
endef
|
|
|
|
|
|
$(eval $(generic-package))
|