summaryrefslogtreecommitdiff
path: root/package/system
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-17 15:40:05 +0000
committerJohn Crispin <john@openwrt.org>2014-06-17 15:40:05 +0000
commit0cf34cee5e160deb3a3cea58791a488cdd35ac99 (patch)
treed0fb4adc3c3b79ece36cb4b2e8cd734677319aa8 /package/system
parent1a3ebd51adb6ef43e8da4ec8d9cc7555ec04d73a (diff)
downloadmtk-20170518-0cf34cee5e160deb3a3cea58791a488cdd35ac99.zip
mtk-20170518-0cf34cee5e160deb3a3cea58791a488cdd35ac99.tar.gz
mtk-20170518-0cf34cee5e160deb3a3cea58791a488cdd35ac99.tar.bz2
procd: make upgarded depend on mips, the static linking on arm fails
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41238
Diffstat (limited to 'package/system')
-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 1447e83..d3785a7 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