|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=freeradius3 |
|
|
PKG_NAME:=freeradius3 |
|
|
PKG_VERSION:=release_3_0_21 |
|
|
PKG_VERSION:=release_3_0_21 |
|
|
PKG_RELEASE:=6 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=7 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://github.com/FreeRADIUS/freeradius-server/archive |
|
|
PKG_SOURCE_URL:=https://github.com/FreeRADIUS/freeradius-server/archive |
|
@ -98,6 +98,11 @@ define Package/freeradius3-default |
|
|
TITLE:=Modules needed for Radius default configuration |
|
|
TITLE:=Modules needed for Radius default configuration |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
define Package/freeradius3-default/description |
|
|
|
|
|
This meta-package contains only dependencies for modules needed in |
|
|
|
|
|
FreeRADIUS default configuration. |
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
define Package/freeradius3-democerts |
|
|
define Package/freeradius3-democerts |
|
|
$(call Package/freeradius3/Default) |
|
|
$(call Package/freeradius3/Default) |
|
|
DEPENDS:=freeradius3 |
|
|
DEPENDS:=freeradius3 |
|
@ -721,6 +726,10 @@ define Package/freeradius3/install |
|
|
$(INSTALL_BIN) ./files/radiusd.init $(1)/etc/init.d/radiusd |
|
|
$(INSTALL_BIN) ./files/radiusd.init $(1)/etc/init.d/radiusd |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
define Package/freeradius3-default/install |
|
|
|
|
|
true |
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
define Package/freeradius3-democerts/install |
|
|
define Package/freeradius3-democerts/install |
|
|
$(INSTALL_DIR) $(1)/etc/freeradius3/certs |
|
|
$(INSTALL_DIR) $(1)/etc/freeradius3/certs |
|
|
$(CP) \
|
|
|
$(CP) \
|
|
|