diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-13 17:38:27 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-13 17:38:27 +0000 |
commit | 879eb20d28509c03fae6d8612c2fcd32170f6fe2 (patch) | |
tree | 67388f2ff3ac27a07aa20d6091493c27b1193f09 /openwrt/package/raddump/Config.in | |
parent | 3c5ea707450eefa4c725402bbf706dffa25fe9a4 (diff) |
more tristate -> prompt fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/raddump/Config.in')
-rwxr-xr-x | openwrt/package/raddump/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/openwrt/package/raddump/Config.in b/openwrt/package/raddump/Config.in index bacafe34a..68f391d52 100755 --- a/openwrt/package/raddump/Config.in +++ b/openwrt/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. |