mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user