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 | 4700fd588c0db4bb9823c45a99cebeea40e8750d (patch) | |
tree | 230394a86751312598e0504933c472ebca1b6f78 /openwrt/package/arpwatch | |
parent | 60c5881e261048ff43282fb278a85308568fe128 (diff) | |
download | mtk-20170518-4700fd588c0db4bb9823c45a99cebeea40e8750d.zip mtk-20170518-4700fd588c0db4bb9823c45a99cebeea40e8750d.tar.gz mtk-20170518-4700fd588c0db4bb9823c45a99cebeea40e8750d.tar.bz2 |
Add package name and short description to Config.in prompt
SVN-Revision: 954
Diffstat (limited to 'openwrt/package/arpwatch')
-rw-r--r-- | openwrt/package/arpwatch/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/arpwatch/Config.in b/openwrt/package/arpwatch/Config.in index cd65f38..374ab71 100644 --- a/openwrt/package/arpwatch/Config.in +++ b/openwrt/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 |