Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
rfkill: remove package
Browse files Browse the repository at this point in the history
The rfkill program has been incorporated to the util-linux package.

The new implementation is based upon, and backward compatible with, the
original rfkill from Johannes Berg and Marcel Holtmann.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
Carlos Santos authored and jacmet committed Nov 3, 2017
1 parent 7a4fd53 commit 6c10e40
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 35 deletions.
8 changes: 8 additions & 0 deletions Config.in.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ endif
###############################################################################
comment "Legacy options removed in 2017.11"

config BR2_PACKAGE_RFKILL
bool "rfkill package removed"
select BR2_LEGACY
select BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_UTIL_LINUX_RFKILL
help
The rfkill program is now provided by the util-linux package.

config BR2_PACKAGE_UTIL_LINUX_RESET
bool "util-linux reset option removed"
select BR2_LEGACY
Expand Down
1 change: 0 additions & 1 deletion DEVELOPERS
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,6 @@ N: Vinicius Tinti <viniciustinti@gmail.com>
F: package/python-thrift/

N: Volkov Viacheslav <sv99@inbox.ru>
F: package/rfkill/
F: package/v4l2grab/
F: package/zbar/

Expand Down
1 change: 0 additions & 1 deletion package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ endmenu
source "package/pru-software-support/Config.in"
source "package/pulseview/Config.in"
source "package/read-edid/Config.in"
source "package/rfkill/Config.in"
source "package/rng-tools/Config.in"
source "package/rpi-userland/Config.in"
source "package/rs485conf/Config.in"
Expand Down
4 changes: 2 additions & 2 deletions package/aircrack-ng/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ config BR2_PACKAGE_AIRCRACK_NG
help
A set of tools for auditing wireless networks

For complete functionality, also select ethtool, iw, rfkill,
util-linux utilities, and wireless_tools.
For complete functionality, also select ethtool, iw,
util-linux (utilities and rfkill), and wireless_tools.

http://www.aircrack-ng.org/

Expand Down
7 changes: 0 additions & 7 deletions package/rfkill/Config.in

This file was deleted.

2 changes: 0 additions & 2 deletions package/rfkill/rfkill.hash

This file was deleted.

22 changes: 0 additions & 22 deletions package/rfkill/rfkill.mk

This file was deleted.

0 comments on commit 6c10e40

Please sign in to comment.