procd: make upgarded depend on mips, the static linking on arm fails
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41238
This commit is contained in:
parent
1a3ebd51ad
commit
0cf34cee5e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue