iw: include in image builds

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-01-19 22:47:58 +01:00
parent 5c2daec2d2
commit 1f82e6b108
2 changed files with 1 additions and 5 deletions

View File

@ -14,7 +14,3 @@ PKG_LONGDESC="A new nl80211 based CLI configuration utility for wireless devices
pre_configure_target() {
export LDFLAGS="$LDFLAGS -pthread"
}
makeinstall_target() {
: # meh
}

View File

@ -6,7 +6,7 @@ PKG_VERSION=""
PKG_LICENSE="various"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain connman netbase ethtool openssh"
PKG_DEPENDS_TARGET="toolchain connman netbase ethtool openssh iw"
PKG_SECTION="virtual"
PKG_LONGDESC="Metapackage for various packages to install network support"