sync config of packages.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NETIFD_VERSION:= 2017.01.25
|
||||
NETIFD_VERSION:= 2016.12.09
|
||||
|
||||
NETIFD_SITE = $(TOPDIR)/../../src/3P/netifd/builders/cmake
|
||||
NETIFD_SITE_METHOD = local
|
||||
|
||||
@@ -13,3 +13,14 @@ config BR2_PACKAGE_PROCD_DISABLE_INIT
|
||||
default n
|
||||
help
|
||||
Disable the init part of procd
|
||||
|
||||
config BR2_PACKAGE_PROCD_EARLY_PATH
|
||||
depends on BR2_PACKAGE_PROCD
|
||||
string "Custom procd EARLY_PATH"
|
||||
default "/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin"
|
||||
help
|
||||
Customize the PATH variable set by procd in its early stage.
|
||||
This is inherited by all the children of procd.
|
||||
When left empty, defaults to procd default value:
|
||||
/usr/sbin:/sbin:/usr/bin:/bin
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PROCD_VERSION:= 2017.02.08
|
||||
PROCD_VERSION:= 2017.01.26
|
||||
|
||||
PROCD_SITE = $(TOPDIR)/../../src/3P/procd
|
||||
PROCD_SITE_METHOD = local
|
||||
@@ -18,6 +18,10 @@ ifeq ($(BR2_PACKAGE_PROCD_DISABLE_INIT),y)
|
||||
PROCD_CONF_OPTS += -DDISABLE_INIT=ON
|
||||
endif
|
||||
|
||||
ifneq ($(BR2_PACKAGE_PROCD_EARLY_PATH),)
|
||||
PROCD_CONF_OPTS += -DEARLY_PATH=$(BR2_PACKAGE_PROCD_EARLY_PATH)
|
||||
endif
|
||||
|
||||
PROCD_CONF_ENV = $(PROCD_CONF)
|
||||
PROCD_MAKE_ENV = $(PROCD_CONF)
|
||||
PROCD_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../bsp/cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UBOX_VERSION:= 2017.01.15
|
||||
UBOX_VERSION:= 2016.07.19
|
||||
|
||||
UBOX_SITE = $(TOPDIR)/../../src/3P/ubox
|
||||
UBOX_SITE_METHOD = local
|
||||
|
||||
Reference in New Issue
Block a user