projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a3ebd5
)
procd: make upgarded depend on mips, the static linking on arm fails
author
John Crispin
<john@openwrt.org>
Tue, 17 Jun 2014 15:40:05 +0000
(15:40 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 17 Jun 2014 15:40:05 +0000
(15:40 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41238
package/system/procd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/procd/Makefile
b/package/system/procd/Makefile
index 1447e83325dbed9ea5d864f4802b856c858fb1f2..d3785a7d42f25c7b07be957b0aa0803e0cc2ee3b 100644
(file)
--- 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-1
6
+PKG_VERSION:=2014-06-1
7
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