mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
iwd: add package
This commit is contained in:
parent
26c5f767e6
commit
c39a9e4420
26
packages/network/iwd/package.mk
Normal file
26
packages/network/iwd/package.mk
Normal file
@ -0,0 +1,26 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="iwd"
|
||||
PKG_VERSION="0.18"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://git.kernel.org/cgit/network/wireless/iwd.git/about/"
|
||||
PKG_URL="https://www.kernel.org/pub/linux/network/wireless/iwd-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain readline dbus"
|
||||
PKG_LONGDESC="Wireless daemon for Linux"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-client \
|
||||
--enable-monitor \
|
||||
--enable-systemd-service \
|
||||
--enable-dbus-policy \
|
||||
--disable-docs"
|
||||
|
||||
pre_configure_target() {
|
||||
export LIBS="-lncurses"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service iwd.service
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user