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 | 8d9ab0b2fb746816d8944a8637fec2dcbac1e7dd (patch) | |
tree | ba33004798fefce3e92a635a2fa4bc9d2a03ab98 /package | |
parent | 9cbf7f3fdf605a686edf90e455ec8548b9308636 (diff) | |
download | upstream-8d9ab0b2fb746816d8944a8637fec2dcbac1e7dd.tar.gz upstream-8d9ab0b2fb746816d8944a8637fec2dcbac1e7dd.tar.bz2 upstream-8d9ab0b2fb746816d8944a8637fec2dcbac1e7dd.zip |
Make aodv-uu as broken for all archs until we fix it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7739 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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. |