diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-27 00:40:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-27 00:40:15 +0000 |
commit | ff59c60ac0d820470b4e12c303211652cb7c6338 (patch) | |
tree | 7752e514fd8a33e3ab539d85ee208f80ce5f4648 /package/aodv-uu | |
parent | 4b0c035a935f151eba1b4892800f3e6a5b1b6431 (diff) | |
download | upstream-ff59c60ac0d820470b4e12c303211652cb7c6338.tar.gz upstream-ff59c60ac0d820470b4e12c303211652cb7c6338.tar.bz2 upstream-ff59c60ac0d820470b4e12c303211652cb7c6338.zip |
Make aodv-uu as broken for all archs until we fix it
SVN-Revision: 7739
Diffstat (limited to 'package/aodv-uu')
-rw-r--r-- | package/aodv-uu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/aodv-uu/Makefile b/package/aodv-uu/Makefile index 64cdb07e11..29ae55bf39 100644 --- a/package/aodv-uu/Makefile +++ b/package/aodv-uu/Makefile @@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/aodv-uu/Default TITLE:=Ad-hoc On-demand Distance Vector Routing + DEPENDS:=@BROKEN DESCRIPTION:=\ AODV is the Ad-hoc On-demand Distance Vector routing protocol \\\ implementation created at Uppsala University. |