let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / scdp / Config.in
1 config BR2_PACKAGE_SCDP
2 prompt "scdp.............................. An utility to send CDP (Cisco Discovery Protocol) packets"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBNET
6 help
7 This program sends CDP (Cisco Discovery Protocol) packets out on
8 selected interfaces and tells the connected switch (cisco only)
9 where the host is connected.
10
11 http://sourceforge.net/projects/scdp
12