procd: make upgarded depend on mips, the static linking on arm fails
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 17 Jun 2014 15:40:05 +0000 (15:40 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 17 Jun 2014 15:40:05 +0000 (15:40 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41238 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/system/procd/Makefile

index 1447e83..d3785a7 100644 (file)
@@ -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