summaryrefslogtreecommitdiff
path: root/package/rarpd
diff options
context:
space:
mode:
Diffstat (limited to 'package/rarpd')
-rw-r--r--package/rarpd/Config.in14
-rw-r--r--package/rarpd/Makefile1
2 files changed, 1 insertions, 14 deletions
diff --git a/package/rarpd/Config.in b/package/rarpd/Config.in
deleted file mode 100644
index 9f5c7ac65..000000000
--- a/package/rarpd/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-config ADK_PACKAGE_RARPD
- prompt "rarpd............................. Reverse ARP Daemon"
- tristate
- default n
- select ADK_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/
-
diff --git a/package/rarpd/Makefile b/package/rarpd/Makefile
index 5e09b743a..b7805f693 100644
--- a/package/rarpd/Makefile
+++ b/package/rarpd/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= rarpd
PKG_VERSION:= 1.1
PKG_RELEASE:= 11
+PKG_BUILDDEP+= libnet
PKG_MD5SUM:= 04e2ca849e758d0b88c8281775ec3b58
PKG_DESCR:= Reverse ARP Daemon
PKG_SECTION:= net