[packages] quagga, quagga-unstable: Add dependency on IPv6 support to ospf6d
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Sep 2009 19:55:05 +0000 (19:55 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Sep 2009 19:55:05 +0000 (19:55 +0000)
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@17520 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile

index 4c2e10f8a4eed39f407e49c2b2e97be8f439c5aa..911c4f5b906a966ed6f0b9fa6b505e20831a8c46 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ endef
 
 define Package/quagga-ospf6d
   $(call Package/quagga/Default)
-  DEPENDS += quagga-libospf quagga-libzebra
+  DEPENDS += quagga-libospf quagga-libzebra @IPV6
   TITLE:=OSPFv3 routing engine
 endef