bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
RADVD_VERSION = 2.18
RADVD_VERSION = 2.19
RADVD_SITE = http://www.litech.org/radvd/dist
RADVD_DEPENDENCIES = host-bison host-flex host-pkgconf
# We need to ignore <linux/if_arp.h>, because radvd already includes
@@ -12,10 +12,15 @@ RADVD_DEPENDENCIES = host-bison host-flex host-pkgconf
RADVD_CONF_ENV = \
ac_cv_prog_cc_c99='-std=gnu99' \
ac_cv_header_linux_if_arp_h=no
# For 0002-Don-t-force-fstack-protector-the-toolchain-might-lac.patch
RADVD_AUTORECONF = YES
RADVD_LICENSE = BSD-4-Clause-like
RADVD_LICENSE_FILES = COPYRIGHT
RADVD_SELINUX_MODULES = radvd
ifeq ($(BR2_TOOLCHAIN_HAS_SSP),y)
RADVD_CONF_OPTS += --with-stack-protector
else
RADVD_CONF_OPTS += --without-stack-protector
endif
# We don't provide /etc/radvd.conf, so disable the service by default.
define RADVD_INSTALL_INIT_SYSTEMD