summaryrefslogtreecommitdiffstats
path: root/package/raddump
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-13 17:38:27 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-13 17:38:27 +0000
commit2e1c8a5f24fcb007f3cbc1508d1dd7aff6a83b44 (patch)
tree72b1123e6b810f5f62d97c34cdf0354debfb360e /package/raddump
parent719a424387196833a92d074836017aa9a970f385 (diff)
more tristate -> prompt fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/raddump')
-rwxr-xr-xpackage/raddump/Config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/package/raddump/Config.in b/package/raddump/Config.in
index bacafe34a..68f391d52 100755
--- a/package/raddump/Config.in
+++ b/package/raddump/Config.in
@@ -1,8 +1,11 @@
config BR2_PACKAGE_RADDUMP
- tristate "raddump........................... raddump interprets captured RADIUS packets."
+ prompt "raddump........................... raddump interprets captured RADIUS packets."
+ tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBOPENSSL
select BR2_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.
+ 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.