aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-01 11:48:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-01 11:48:05 +0000
commit9e9673446907fd55145954dd04eaf11515ebbc28 (patch)
treefaeb21458f2634333728bf132ea806b02c53222a
parent499b3124668a0421a5879d7487e8d145d14e98dc (diff)
downloadmaster-187ad058-9e9673446907fd55145954dd04eaf11515ebbc28.tar.gz
master-187ad058-9e9673446907fd55145954dd04eaf11515ebbc28.tar.bz2
master-187ad058-9e9673446907fd55145954dd04eaf11515ebbc28.zip
Mark aodv-uu as broken with the .21 upgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7427 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/aodv-uu/Makefile1
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.