Author: blogic Date: 2014-06-17 17:40:05 +0200 (Tue, 17 Jun 2014) New Revision: 41238
Modified: trunk/package/system/procd/Makefile Log: procd: make upgarded depend on mips, the static linking on arm fails Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/system/procd/Makefile =================================================================== --- trunk/package/system/procd/Makefile 2014-06-17 15:40:02 UTC (rev 41237) +++ trunk/package/system/procd/Makefile 2014-06-17 15:40:05 UTC (rev 41238) @@ -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 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
