DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -27,15 +27,17 @@ define Package/rarpd
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libnet0
|
||||
TITLE:=Reverse ARP Daemon
|
||||
DESCRIPTION:=\
|
||||
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.
|
||||
URL:=ftp://ftp.dementia.org/pub/net-tools/
|
||||
endef
|
||||
|
||||
define Package/rarpd/description
|
||||
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.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--with-libnet="$(STAGING_DIR)/usr/lib/libnet-1.0.x" \
|
||||
|
Reference in New Issue
Block a user