reorganize/rationalize/format package menuconfig,
[10.03/openwrt.git] / package / rarpd / Config.in
1 config BR2_PACKAGE_RARPD
2         prompt "rarpd............................. Reverse ARP Daemon"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_LIBNET
6         help
7           Rarpd  is  a  daemon  which responds to RARP requests.
8           RARP is used by some machines at boot time to discover their
9           IP address.  They  provide their  Ethernet address and rarpd
10           responds with their IP address if it finds it in the ethers
11           database.
12           
13           ftp://ftp.dementia.org/pub/net-tools/
14