olsrd: disable parallel build and swap a dependency order, should fix buildbot

This commit is contained in:
Bastian Bittorf 2016-12-18 21:39:05 +01:00
parent 3b14a1c5b6
commit dcecd7007d
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ PKG_SOURCE_VERSION:=v0.9.5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
PKG_BUILD_PARALLEL:=1
PKG_BUILD_PARALLEL:=0
PKG_LICENSE:=BSD-3-Clause
include $(INCLUDE_DIR)/package.mk
@ -120,7 +120,7 @@ endef
define Package/olsrd-mod-pud
$(call Package/olsrd/template)
DEPENDS:=olsrd +ncurses +libgps
DEPENDS:=olsrd +libgps +ncurses
TITLE:=Position Update Distribution plugin
endef