projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[x86] grub: Natively build grub only on x86 linux hosts, cross compile everywhere...
[openwrt.git]
/
package
/
aodv-uu
/
Makefile
diff --git
a/package/aodv-uu/Makefile
b/package/aodv-uu/Makefile
index
64cdb07
..
9f55194
100644
(file)
--- a/
package/aodv-uu/Makefile
+++ b/
package/aodv-uu/Makefile
@@
-1,5
+1,5
@@
-#
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006
-2008
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-21,32
+21,38
@@
include $(INCLUDE_DIR)/package.mk
define Package/aodv-uu/Default
TITLE:=Ad-hoc On-demand Distance Vector Routing
define Package/aodv-uu/Default
TITLE:=Ad-hoc On-demand Distance Vector Routing
- DESCRIPTION:=\
- AODV is the Ad-hoc On-demand Distance Vector routing protocol \\\
- implementation created at Uppsala University.
+ DEPENDS:=@BROKEN
URL:=http://core.it.uu.se/core/index.php/AODV-UU
endef
URL:=http://core.it.uu.se/core/index.php/AODV-UU
endef
+define Package/aodv-uu/Default/description
+ AODV is the Ad-hoc On-demand Distance Vector routing protocol
+ implementation created at Uppsala University.
+endef
+
define Package/aodv-uu
define Package/aodv-uu
-
$(call Package/aodv-uu/Default)
+$(call Package/aodv-uu/Default)
SECTION:=net
CATEGORY:=Network
TITLE+= (daemon)
SECTION:=net
CATEGORY:=Network
TITLE+= (daemon)
- DESCRIPTION+=\\\
- \\\
- This package contains the AODV userland daemon.
+endef
+
+define Package/aodv-uu/description
+$(call Package/aodv-uu/Default/description)
+ This package contains the AODV userland daemon.
endef
define KernelPackage/aodv-uu
endef
define KernelPackage/aodv-uu
-
$(call Package/aodv-uu/Default)
+$(call Package/aodv-uu/Default)
TITLE+= (kernel module)
TITLE+= (kernel module)
- DESCRIPTION+=\\\
- \\\
- This package contains the AODV kernel module.
FILES:=$(PKG_BUILD_DIR)/lnx/kaodv.$(LINUX_KMOD_SUFFIX)
SUBMENU:=Network Support
AUTOLOAD:=$(call AutoLoad,80,$(shell cat ./files/aodv-uu.modules))
FILES:=$(PKG_BUILD_DIR)/lnx/kaodv.$(LINUX_KMOD_SUFFIX)
SUBMENU:=Network Support
AUTOLOAD:=$(call AutoLoad,80,$(shell cat ./files/aodv-uu.modules))
- VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
+endef
+
+define KernelPackage/aodv-uu/description
+$(call Package/aodv-uu/Default/description)
+ This package contains the AODV kernel module.
endef
ifeq ($(CONFIG_LINUX_2_6),y)
endef
ifeq ($(CONFIG_LINUX_2_6),y)
This page took
0.027254 seconds
and
4
git commands to generate.