From: John Crispin Date: Sun, 15 Feb 2015 19:55:37 +0000 (+0000) Subject: procd: fix PKG_CONFIG_DEPENDS X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c373922a13808190e12d2b2bf4589b348f37464f;p=15.05%2Fopenwrt.git procd: fix PKG_CONFIG_DEPENDS Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44457 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 405399af39..5d1d893ad9 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2015-01-28 +PKG_VERSION:=2015-02-15 PKG_RELEASE=$(PKG_SOURCE_VERSION) @@ -66,7 +66,7 @@ config PROCD_ZRAM_TMPFS endmenu endef -PKG_CONFIG_DEPENDS:= PROCD_SHOW_BOOT PROCD_ZRAM_TMPFS +PKG_CONFIG_DEPENDS:= CONFIG_NAND_SUPPORT CONFIG_PROCD_SHOW_BOOT CONFIG_PROCD_ZRAM_TMPFS ifeq ($(CONFIG_NAND_SUPPORT),y) CMAKE_OPTIONS += -DBUILD_UPGRADED=1