summaryrefslogtreecommitdiff
path: root/package/raddump
diff options
context:
space:
mode:
Diffstat (limited to 'package/raddump')
-rw-r--r--package/raddump/Config.in11
-rwxr-xr-xpackage/raddump/Makefile1
2 files changed, 1 insertions, 11 deletions
diff --git a/package/raddump/Config.in b/package/raddump/Config.in
deleted file mode 100644
index f56795969..000000000
--- a/package/raddump/Config.in
+++ /dev/null
@@ -1,11 +0,0 @@
-config ADK_PACKAGE_RADDUMP
- prompt "raddump........................... raddump interprets captured RADIUS packets."
- tristate
- default n
- select ADK_PACKAGE_LIBOPENSSL
- select ADK_PACKAGE_LIBPCAP
- help
- raddump interprets captured RADIUS packets to print a
- timestamp, packet length, RADIUS packet type, source and
- destination hosts and ports, and included attribute names and
- values for each packet.
diff --git a/package/raddump/Makefile b/package/raddump/Makefile
index 28c84e709..9a84d3bd6 100755
--- a/package/raddump/Makefile
+++ b/package/raddump/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= raddump
PKG_VERSION:= 0.3.1
PKG_RELEASE:= 1
+PKG_BUILDDEP+= openssl libpcap
PKG_MD5SUM:= f8c29c67141ea78bb6ae8b97d5149480
PKG_DESCR:= interprets captured RADIUS packets
PKG_SECTION:= net