qolyester does not compile on powerpc
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Aug 2008 09:19:54 +0000 (09:19 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Aug 2008 09:19:54 +0000 (09:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12256 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/qolyester/Makefile

index 44ca494..c338916 100644 (file)
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/qolyester
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+libpthread @!TARGET_avr32
+  DEPENDS:=+libpthread @!TARGET_avr32 @!TARGET_powerpc
   TITLE:=OLSR implementation with QoS
   URL:=http://qolsr.lri.fr/code/
 endef