freeradius3: enable radtest utility
radtest utility is used in many manuals to check the operation of radius server. At the moment all parameters must be specified at startup, for example: $ radtest bob hello localhost 0 testing123 0 localhost Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
This commit is contained in:
parent
f86c2ae27b
commit
6480acde4b
1 changed files with 2 additions and 2 deletions
|
@ -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:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
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
|
||||||
|
@ -732,7 +732,7 @@ endef
|
||||||
|
|
||||||
define Package/freeradius3-utils/install
|
define Package/freeradius3-utils/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
for f in radclient radeapclient radwho; do \
|
for f in radclient radeapclient radtest radwho; do \
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$$$${f} $(1)/usr/bin/ ; \
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$$$${f} $(1)/usr/bin/ ; \
|
||||||
done
|
done
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue