From 962482116fec86176667805242a46ac7ad26765f Mon Sep 17 00:00:00 2001 From: openwrtdiy <57249132+openwrtdiy@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:25:18 +0800 Subject: [PATCH] The file radattr.so is generated when compiling the PPP plugin --- package/network/services/ppp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index 80d5e46c348a70..7cb88bc84fcbc9 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -248,6 +248,8 @@ define Package/ppp-mod-radius/install $(INSTALL_DIR) $(1)/usr/lib/pppd/$(PKG_RELEASE_VERSION) $(INSTALL_BIN) $(PKG_INSTALL_DIR)/lib/pppd/$(PKG_RELEASE_VERSION)/radius.so \ $(1)/usr/lib/pppd/$(PKG_RELEASE_VERSION)/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/lib/pppd/$(PKG_RELEASE_VERSION)/radattr.so \ + $(1)/usr/lib/pppd/$(PKG_RELEASE_VERSION)/ $(INSTALL_DIR) $(1)/etc/ppp $(INSTALL_DATA) ./files/etc/ppp/radius.conf $(1)/etc/ppp/ $(INSTALL_DIR) $(1)/etc/ppp/radius