aboutsummaryrefslogtreecommitdiff
path: root/toys/other/rfkill.c
AgeCommit message (Collapse)Author
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
confusing update-alternatives, the paths of the links installed by toybox should match those installed by busybox. This is accomplished by changing the flags of a few tools within toybox.
2015-03-01Fix several printf_format warnings.Rob Landley
2014-06-09Promote rfkill.Rob Landley