X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fppp%2FMakefile;h=eae32d0439a56c9ff7f8b883371c7f06ce9f096a;hb=fc8259b34d7abf7102eb2f854edb8839edbcf2bb;hp=e90d4ccfaca36650240b4a3df2812cee16289333;hpb=b62840e4e7a53cfeb233cbeb2edbba32bf551ad1;p=openwrt.git diff --git a/package/ppp/Makefile b/package/ppp/Makefile index e90d4ccfac..eae32d0439 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.4 -PKG_RELEASE:=6 +PKG_RELEASE:=13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ppp/Default SECTION:=net CATEGORY:=Network + MAINTAINER:=Jo-Philipp Wich URL:=http://ppp.samba.org/ endef @@ -39,6 +40,16 @@ define Package/ppp/description This package contains the PPP (Point-to-Point Protocol) daemon. 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 $(call Package/ppp/Default) DEPENDS:=ppp +linux-atm +kmod-pppoa @@ -70,6 +81,11 @@ This package contains a RADIUS (Remote Authentication Dial-In User Service) plugin for ppp. endef +define Package/ppp-mod-radius/conffiles +/etc/ppp/radius.conf +/etc/ppp/radius/ +endef + define Package/chat $(call Package/ppp/Default) DEPENDS:=ppp @@ -142,7 +158,7 @@ define Package/ppp/install $(INSTALL_DATA) ./files/etc/ppp/options $(1)/etc/ppp/ ln -sf /tmp/resolv.conf.ppp $(1)/etc/ppp/resolv.conf endef - + define Package/ppp-mod-pppoa/install $(INSTALL_DIR) $(1)/usr/lib/pppd/$(PKG_VERSION) $(INSTALL_BIN) $(PKG_INSTALL_DIR)/lib/pppd/$(PKG_VERSION)/pppoatm.so \