freeradius3: add meta-package for default modules
This meta-package contains only dependencies for modules needed in FreeRADIUS default configuration. This commit adds missing description and install sections. Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
This commit is contained in:
parent
1de988d568
commit
7737abfeef
1 changed files with 10 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=freeradius3
|
||||
PKG_VERSION:=release_3_0_21
|
||||
PKG_RELEASE:=6
|
||||
PKG_RELEASE:=7
|
||||
|
||||
PKG_SOURCE:=$(PKG_VERSION).tar.gz
|
||||
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
|
||||
endef
|
||||
|
||||
define Package/freeradius3-default/description
|
||||
This meta-package contains only dependencies for modules needed in
|
||||
FreeRADIUS default configuration.
|
||||
endef
|
||||
|
||||
define Package/freeradius3-democerts
|
||||
$(call Package/freeradius3/Default)
|
||||
DEPENDS:=freeradius3
|
||||
|
@ -721,6 +726,10 @@ define Package/freeradius3/install
|
|||
$(INSTALL_BIN) ./files/radiusd.init $(1)/etc/init.d/radiusd
|
||||
endef
|
||||
|
||||
define Package/freeradius3-default/install
|
||||
true
|
||||
endef
|
||||
|
||||
define Package/freeradius3-democerts/install
|
||||
$(INSTALL_DIR) $(1)/etc/freeradius3/certs
|
||||
$(CP) \
|
||||
|
|
Loading…
Reference in a new issue