|
|
@ -40,6 +40,16 @@ define Package/ppp/description |
|
|
|
This package contains the PPP (Point-to-Point Protocol) daemon. |
|
|
|
This package contains the PPP (Point-to-Point Protocol) daemon. |
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define Package/ppp/conffiles |
|
|
|
|
|
|
|
/etc/ppp/chap-secrets |
|
|
|
|
|
|
|
/etc/ppp/filter |
|
|
|
|
|
|
|
/etc/ppp/ip-down |
|
|
|
|
|
|
|
/etc/ppp/ip-up |
|
|
|
|
|
|
|
/etc/ppp/ipv6-down |
|
|
|
|
|
|
|
/etc/ppp/ipv6-up |
|
|
|
|
|
|
|
/etc/ppp/options |
|
|
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
define Package/ppp-mod-pppoa |
|
|
|
define Package/ppp-mod-pppoa |
|
|
|
$(call Package/ppp/Default) |
|
|
|
$(call Package/ppp/Default) |
|
|
|
DEPENDS:=ppp +linux-atm +kmod-pppoa
|
|
|
|
DEPENDS:=ppp +linux-atm +kmod-pppoa
|
|
|
@ -71,6 +81,14 @@ This package contains a RADIUS (Remote Authentication Dial-In User Service) |
|
|
|
plugin for ppp. |
|
|
|
plugin for ppp. |
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define Package/ppp-mod-radius/conffiles |
|
|
|
|
|
|
|
/etc/ppp/radius.conf |
|
|
|
|
|
|
|
/etc/ppp/radius/dictionary |
|
|
|
|
|
|
|
/etc/ppp/radius/dictionary.asnet |
|
|
|
|
|
|
|
/etc/ppp/radius/dictionary.microsoft |
|
|
|
|
|
|
|
/etc/ppp/radius/servers |
|
|
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
define Package/chat |
|
|
|
define Package/chat |
|
|
|
$(call Package/ppp/Default) |
|
|
|
$(call Package/ppp/Default) |
|
|
|
DEPENDS:=ppp
|
|
|
|
DEPENDS:=ppp
|
|
|
|