qolyester does not compile on powerpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12256 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-09 09:19:54 +00:00
parent f230532434
commit be5864e5cc

View 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