mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
procd: fix PKG_CONFIG_DEPENDS
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44457
This commit is contained in:
parent
7e4b3de249
commit
fb57efa79e
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=procd
|
PKG_NAME:=procd
|
||||||
PKG_VERSION:=2015-01-28
|
PKG_VERSION:=2015-02-15
|
||||||
|
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ config PROCD_ZRAM_TMPFS
|
|||||||
endmenu
|
endmenu
|
||||||
endef
|
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)
|
ifeq ($(CONFIG_NAND_SUPPORT),y)
|
||||||
CMAKE_OPTIONS += -DBUILD_UPGRADED=1
|
CMAKE_OPTIONS += -DBUILD_UPGRADED=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user