mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
039cd77e64
Adds odhcploc, a network utility to scan for (rogue) DHCP servers. [Thomas: - remove ODHCPLOC_SOURCE line, not needed since the value was the default - use 'make install' instead of manually installing the program - use TARGET_CONFIGURE_OPTS instead of passing just CC and LD - use tab for indentation inside command definitions instead of spaces] Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
config BR2_PACKAGE_ODHCPLOC
|
|
bool "odhcploc"
|
|
help
|
|
Open DHCP Locate (ODHCPLoc) is program to locate and
|
|
display active DHCP servers on a subnet.
|
|
Can be used to scan for rogue DHCP servers.
|
|
|
|
http://odhcploc.sourceforge.net/
|