diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:25:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:25:26 +0000 |
commit | 2a9699ff4d0e746c332cec99ad83575f766f0d50 (patch) | |
tree | 8e5e92635ce822ab0d04174d1ca6763234ecc474 /package/arpwatch/Config.in | |
parent | 5752bb0b24c5cfcd0aae591c4602705024041f18 (diff) | |
download | upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.tar.gz upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.tar.bz2 upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.zip |
Add package name and short description to Config.in prompt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/arpwatch/Config.in')
-rw-r--r-- | package/arpwatch/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/arpwatch/Config.in b/package/arpwatch/Config.in index cd65f38489..374ab71596 100644 --- a/package/arpwatch/Config.in +++ b/package/arpwatch/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_ARPWATCH - tristate "arpwatch" + tristate "arpwatch - Ethernet station activity monitor" default m if CONFIG_DEVEL help Ethernet monitor program for keeping track of ethernet/ip address pairings |