parent
f9afc568d0
commit
e6b4f70c93
|
@ -15,8 +15,8 @@
|
|||
by default. This setting can also be overriden on a per-network basis.
|
||||
|
||||
* - NameResolvingService
|
||||
- - Values: resolvconf, **systemd**
|
||||
+ - Values: **resolvconf**, systemd
|
||||
- - Values: resolvconf, **systemd**, none
|
||||
+ - Values: **resolvconf**, systemd, none
|
||||
|
||||
Configures a DNS resolution method used by the system.
|
||||
|
||||
|
@ -26,6 +26,9 @@
|
|||
|
||||
- If not specified, ``systemd`` is used as default.
|
||||
+ If not specified, ``resolvconf`` is used as default.
|
||||
|
||||
If ``none`` is specified, then DNS and domain name information is
|
||||
ignored.
|
||||
|
||||
* - RoutePriorityOffset
|
||||
- Values: uint32 value (default: **300**)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'iwd'
|
||||
pkgname=iwd
|
||||
version=1.27
|
||||
version=1.29
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-systemd-service --enable-pie
|
||||
|
@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
|
|||
homepage="https://iwd.wiki.kernel.org/"
|
||||
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
|
||||
distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
|
||||
checksum=013b4a0a79629c20d915954fc3b5d0620ef6e0d6065db3c342f4b3f9111f46ec
|
||||
checksum=71533fe3b8f6381f24832198ba11d00f04a361454770c173b3b66bc3cdf272bd
|
||||
make_dirs="/var/lib/iwd 0600 root root
|
||||
/var/lib/ead 0600 root root
|
||||
/etc/iwd 755 root root"
|
||||
|
|
Loading…
Reference in New Issue