diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-19 12:24:53 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-19 12:24:53 +0000 |
commit | 70aba3ccb1054522f25b330357dfeec01b2f16cd (patch) | |
tree | df261b26554680709d2f3d2388a40a50afc59395 | |
parent | 8119784b65dedfdcfc9f189508c8f43d7fa94513 (diff) |
aodv-uu is not broken anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8051 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/aodv-uu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/aodv-uu/Makefile b/package/aodv-uu/Makefile index 29ae55bf39..64cdb07e11 100644 --- a/package/aodv-uu/Makefile +++ b/package/aodv-uu/Makefile @@ -21,7 +21,6 @@ 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. |