diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 11:37:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 11:37:43 +0000 |
commit | 6a22118b9176180cd49786accd9d5f6436b1e076 (patch) | |
tree | dfb578cd7405f0554c8c01f7e0b9125571ea7089 /openwrt/package/arpwatch/Config.in | |
parent | aae9a9ade0ee51c2a3c306449071c8084d569ba3 (diff) | |
download | mtk-20170518-6a22118b9176180cd49786accd9d5f6436b1e076.zip mtk-20170518-6a22118b9176180cd49786accd9d5f6436b1e076.tar.gz mtk-20170518-6a22118b9176180cd49786accd9d5f6436b1e076.tar.bz2 |
add arpwatch and nocatsplash
SVN-Revision: 539
Diffstat (limited to 'openwrt/package/arpwatch/Config.in')
-rw-r--r-- | openwrt/package/arpwatch/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/arpwatch/Config.in b/openwrt/package/arpwatch/Config.in new file mode 100644 index 0000000..b2ff795 --- /dev/null +++ b/openwrt/package/arpwatch/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_ARPWATCH + tristate "arpwatch" + default m + help + Ethernet monitor program for keeping track of ethernet/ip address pairings + |