DESCRIPTION:= is obselete

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-14 04:32:56 +00:00
parent 529a8fe5ac
commit 293efb7831
223 changed files with 1575 additions and 981 deletions

View File

@ -26,17 +26,20 @@ define Package/uob-nomad
CATEGORY:=Network
DEPENDS:=+kmod-iptunnel4 +libpthread
TITLE:=UoB Nomad
DESCRIPTION:=This is an implementation of NOMADv4 (Filters for\\\
Mobile IP, IETF Draft\\\
draft-mobileip-nomad-filters-05.txt) for Linux,\\\
based on the Sun Labs Mobile IP software. It is\\\
released under the Sun Public License (SPL).\\\
\\\
This version (0.11) has been modified to provide\\\
status information to the UoB-NOMAD-GUI (ver 0.1).
URL:=http://www.comnets.uni-bremen.de/~mab/openwrt/source/
endef
define Package/uob-nomad/description
This is an implementation of NOMADv4 (Filters for
Mobile IP, IETF Draft
draft-mobileip-nomad-filters-05.txt) for Linux,
based on the Sun Labs Mobile IP software. It is
released under the Sun Public License (SPL).
This version (0.11) has been modified to provide
status information to the UoB-NOMAD-GUI (ver 0.1).
endef
define Build/Compile
$(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/Agent mipagent)
$(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/Client/net-tools clean)