diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-27 00:40:15 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-27 00:40:15 +0000 |
commit | 11e9b89772dcf500914302cd107bd8700fab77d5 (patch) | |
tree | ba33004798fefce3e92a635a2fa4bc9d2a03ab98 /package/aodv-uu/Makefile | |
parent | 2e8859ece5b439968411adb9e3487cfcc86ce932 (diff) |
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/aodv-uu/Makefile')
-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 64cdb07e1..29ae55bf3 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. |