diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-03 00:08:45 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-03 00:08:45 +0000 |
commit | 4dc9b07d896ea11c969634ba27e2adc9ce2e0386 (patch) | |
tree | 506a0f75514d0dab7a611700110e1e664db583ab /openwrt/package/rarpd/Config.in | |
parent | 3839676d6352168a5d6ef7502cc7a57e256e05b5 (diff) | |
download | mtk-20170518-4dc9b07d896ea11c969634ba27e2adc9ce2e0386.zip mtk-20170518-4dc9b07d896ea11c969634ba27e2adc9ce2e0386.tar.gz mtk-20170518-4dc9b07d896ea11c969634ba27e2adc9ce2e0386.tar.bz2 |
add rarpd (thanks to Jeff Dairiki)
SVN-Revision: 2036
Diffstat (limited to 'openwrt/package/rarpd/Config.in')
-rw-r--r-- | openwrt/package/rarpd/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/rarpd/Config.in b/openwrt/package/rarpd/Config.in new file mode 100644 index 0000000..d64cd56 --- /dev/null +++ b/openwrt/package/rarpd/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_RARPD + tristate "rarpd - Reverse ARP Daemon" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBNET + help + Rarpd is a daemon which responds to RARP requests. + RARP is used by some machines at boot time to discover their + IP address. They provide their Ethernet address and rarpd + responds with their IP address if it finds it in the ethers + database. + + ftp://ftp.dementia.org/pub/net-tools/ + |