Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -4,17 +4,35 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MROUTED_VERSION = 4.1
|
||||
MROUTED_VERSION = 4.2
|
||||
MROUTED_SITE = \
|
||||
https://github.com/troglobit/mrouted/releases/download/$(MROUTED_VERSION)
|
||||
MROUTED_DEPENDENCIES = host-bison
|
||||
MROUTED_LICENSE = BSD-3-Clause
|
||||
MROUTED_LICENSE_FILES = LICENSE
|
||||
MROUTED_CONFIGURE_OPTS = --enable-rsrr
|
||||
MROUTED_CPE_ID_VENDOR = troglobit
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MROUTED_RSRR),y)
|
||||
MROUTED_CONF_OPTS += --enable-rsrr
|
||||
else
|
||||
MROUTED_CONF_OPTS += --disable-rsrr
|
||||
endif
|
||||
|
||||
define MROUTED_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -m 755 -D package/mrouted/S41mrouted \
|
||||
$(TARGET_DIR)/etc/init.d/S41mrouted
|
||||
endef
|
||||
|
||||
define MROUTED_INSTALL_INIT_SYSTEMD
|
||||
$(INSTALL) -D -m 644 $(@D)/mrouted.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/mrouted.service
|
||||
endef
|
||||
|
||||
# We will asume that CONFIG_NET and CONFIG_INET are already
|
||||
# set in the kernel configuration provided by the user.
|
||||
define MROUTED_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_IP_MULTICAST)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_IP_MROUTE)
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user