aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-17 15:40:05 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-17 15:40:05 +0000
commitcfe127980c284a812047273ac312b3e7779eda73 (patch)
treef19659d4a817f4166164c203f418262bde659241
parent31f99ff64c0f013dfbdbc5267b96d21190b41219 (diff)
downloadupstream-cfe127980c284a812047273ac312b3e7779eda73.tar.gz
upstream-cfe127980c284a812047273ac312b3e7779eda73.tar.bz2
upstream-cfe127980c284a812047273ac312b3e7779eda73.zip
procd: make upgarded depend on mips, the static linking on arm fails
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41238 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/system/procd/Makefile4
1 files changed, 2 insertions, 2 deletions
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