Bump buildroot to 2019.02
This commit is contained in:
@@ -17,11 +17,6 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
|
||||
RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
|
||||
$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
|
||||
|
||||
# Build after BusyBox
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
RSYSLOG_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
RSYSLOG_DEPENDENCIES += gnutls
|
||||
RSYSLOG_CONF_OPTS += --enable-gnutls
|
||||
@@ -77,8 +72,8 @@ RSYSLOG_CONF_OPTS += \
|
||||
endif
|
||||
|
||||
define RSYSLOG_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -m 0755 -D package/rsyslog/S01logging \
|
||||
$(TARGET_DIR)/etc/init.d/S01logging
|
||||
$(INSTALL) -m 0755 -D package/rsyslog/S01rsyslogd \
|
||||
$(TARGET_DIR)/etc/init.d/S01rsyslogd
|
||||
endef
|
||||
|
||||
# The rsyslog.service is installed by rsyslog, but the link is not created
|
||||
|
||||
Reference in New Issue
Block a user