mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
RADVD_VERSION = 2.18
|
||||
RADVD_SITE = http://www.litech.org/radvd/dist
|
||||
RADVD_DEPENDENCIES = host-bison flex host-flex host-pkgconf
|
||||
RADVD_DEPENDENCIES = host-bison host-flex host-pkgconf
|
||||
# We need to ignore <linux/if_arp.h>, because radvd already includes
|
||||
# <net/if_arp.h>, which conflicts with <linux/if_arp.h>.
|
||||
RADVD_CONF_ENV = \
|
||||
@@ -17,6 +17,12 @@ RADVD_AUTORECONF = YES
|
||||
RADVD_LICENSE = BSD-4-Clause-like
|
||||
RADVD_LICENSE_FILES = COPYRIGHT
|
||||
|
||||
# We don't provide /etc/radvd.conf, so disable the service by default.
|
||||
define RADVD_INSTALL_INIT_SYSTEMD
|
||||
$(INSTALL) -D -m 0644 package/radvd/50-radvd.preset \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system-preset/50-radvd.preset
|
||||
endef
|
||||
|
||||
define RADVD_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -D -m 0755 package/radvd/S50radvd $(TARGET_DIR)/etc/init.d/S50radvd
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user