summaryrefslogtreecommitdiffstats
path: root/openwrt/package/scdp/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-19 11:29:33 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-19 11:29:33 +0000
commitffa984642179466a0da85232f79e197393303a12 (patch)
treeefcf7528edfd1f1ac4b2a7eb01a9ddb15e9f540f /openwrt/package/scdp/Config.in
parent3eff226019956112e6f3eec0dedff1b6f14aa6c7 (diff)
add scdp package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/scdp/Config.in')
-rw-r--r--openwrt/package/scdp/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/scdp/Config.in b/openwrt/package/scdp/Config.in
new file mode 100644
index 000000000..507cdb8f4
--- /dev/null
+++ b/openwrt/package/scdp/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_SCDP
+ tristate "scdp - an utility to send CDP (Cisco Discovery Protocol) packets"
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBNET
+ help
+ This program sends CDP (Cisco Discovery Protocol) packets out on
+ selected interfaces and tells the connected switch (cisco only)
+ where the host is connected.
+
+ http://sourceforge.net/projects/scdp
+