Mark broken packages as broken:
[openwrt/svn-archive/archive.git] / package / aodv-uu / Makefile
index 6f776efb1437ab0dbcab3811c305921f3a0ac35f..9f55194e1fcae20649ed7594328f82c010ce3cd9 100644 (file)
@@ -1,5 +1,5 @@
-# 
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006-2008 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -21,11 +21,12 @@ include $(INCLUDE_DIR)/package.mk
 
 define Package/aodv-uu/Default
   TITLE:=Ad-hoc On-demand Distance Vector Routing
+  DEPENDS:=@BROKEN
   URL:=http://core.it.uu.se/core/index.php/AODV-UU
 endef
 
 define Package/aodv-uu/Default/description
- AODV is the Ad-hoc On-demand Distance Vector routing protocol 
+ AODV is the Ad-hoc On-demand Distance Vector routing protocol
  implementation created at Uppsala University.
 endef