diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-13 17:38:27 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-13 17:38:27 +0000 |
commit | ff9773937679f2c16d856765cb6c4fdf7258f1c3 (patch) | |
tree | 72b1123e6b810f5f62d97c34cdf0354debfb360e /package/raddump | |
parent | 0d9990b2fb21cb675d79a76e20f823fedefab8fc (diff) | |
download | upstream-ff9773937679f2c16d856765cb6c4fdf7258f1c3.tar.gz upstream-ff9773937679f2c16d856765cb6c4fdf7258f1c3.tar.bz2 upstream-ff9773937679f2c16d856765cb6c4fdf7258f1c3.zip |
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-x | package/raddump/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package/raddump/Config.in b/package/raddump/Config.in index bacafe34a7..68f391d52a 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. |