summaryrefslogtreecommitdiffstats
path: root/package/rarpd/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-03 00:08:45 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-03 00:08:45 +0000
commitfce3ee15ddcfd6769be44b25bdffc2c4e2aec24d (patch)
treea8662a7075694a85245a0ac3fcbd64019636509b /package/rarpd/Config.in
parent0f353a8e293b3a0e092d2b846c2af44260e482c9 (diff)
add rarpd (thanks to Jeff Dairiki)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2036 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rarpd/Config.in')
-rw-r--r--package/rarpd/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/rarpd/Config.in b/package/rarpd/Config.in
new file mode 100644
index 000000000..d64cd56f3
--- /dev/null
+++ b/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/
+