From: John Crispin Date: Tue, 17 Jun 2014 15:40:05 +0000 (+0000) Subject: procd: make upgarded depend on mips, the static linking on arm fails X-Git-Tag: reboot~6892 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0cf34cee5e160deb3a3cea58791a488cdd35ac99;p=openwrt%2Fstaging%2Fnoltari.git procd: make upgarded depend on mips, the static linking on arm fails Signed-off-by: John Crispin SVN-Revision: 41238 --- diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 1447e83325..d3785a7d42 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-06-16 +PKG_VERSION:=2014-06-17 PKG_RELEASE=$(PKG_SOURCE_VERSION) @@ -32,7 +32,7 @@ endef define Package/procd-nand SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@NAND_SUPPORT +ubi-utils + DEPENDS:=@NAND_SUPPORT @mips +ubi-utils TITLE:=OpenWrt system process manager endef