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