wok-current rev 24682
updated iw (5.4 -> 5.16)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 12 10:13:52 2022 +0100 (2022-03-12) |
parents | 1a604e064209 |
children | 57462eac4c41 |
files | iw/description.txt iw/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/iw/description.txt Sat Mar 12 10:13:52 2022 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +Iw is a new nl80211 based CLI configuration utility for wireless devices. 1.5 +It supports all new drivers that have been added to the kernel recently. 1.6 +The old tool iwconfig, which uses Wireless Extensions interface, is 1.7 +deprecated and it's strongly recommended to switch to iw and nl80211.
2.1 --- a/iw/receipt Sat Mar 12 10:05:28 2022 +0100 2.2 +++ b/iw/receipt Sat Mar 12 10:13:52 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="iw" 2.7 -VERSION="5.4" 2.8 +VERSION="5.16" 2.9 CATEGORY="network" 2.10 TAGS="wireless" 2.11 SHORT_DESC="Wireless configuration tool." 2.12 @@ -30,12 +30,11 @@ 2.13 export LDFLAGS="$LDFLAGS -lrt" 2.14 2.15 make && 2.16 - make DESTDIR=$DESTDIR install 2.17 + make install DESTDIR=$DESTDIR 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - mkdir -p $fs/usr 2.24 - cp -a $install/usr/sbin $fs/usr 2.25 + cook_copy_folders sbin 2.26 }