aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux
Commit message (Collapse)AuthorAgeFilesLines
...
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-1/+1
| | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
* Add a few SPDX tagsSteven Barth2014-11-021-1/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151
* util-linux-dmesg: Add missing install sectionJohn Crispin2014-10-261-0/+6
| | | | | | | | | | | Package util-linux-dmesg is broken (at least) in Barrier Breaker git repo as you can select it within menuconfig, it will compile (as a part of util-linux) but it will not install as install section is missing from package Makefile. Signed-off-by: Tomasz Wasiak <tjwasiak@gmail.com> SVN-Revision: 43069
* util-linux: use qsort instead of qsort_r to fix compile error with muslFelix Fietkau2014-06-091-0/+36
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41059
* util-linux: Disable sulogin in util-linux packageJohn Crispin2014-06-021-0/+1
| | | | | | | | | | The sulogin tool doesn't compile because it cannot find shadow.h. As the tool is not available in openwrt it is now not selected during the build process. Signed-off-by: Tjalling Hattink <t.hattink@fugro.nl> SVN-Revision: 40930
* util-linux: add missing dependencyJohn Crispin2014-03-301-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/15417 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40331
* util-linux: backport upstream fix for unshare utilityJohn Crispin2014-03-301-0/+44
| | | | | | | the unshare utility wasn't getting certain defines for mount anymore. SVN-Revision: 40302
* util-linux: update to 2.24.1Luka Perkov2014-03-245-110/+113
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40010
* util-linux: cleanup description for swap-utilsJohn Crispin2013-11-071-1/+1
| | | | | | | | | swapon/swapoff are no longer provided by swap-utils, so remove them from the description as well. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38672
* util-linux: dont provide swapon/offJohn Crispin2013-06-231-2/+0
| | | | | | | | these are no provided either by busybox or block-mount Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37017
* packages: clean up the package folderJohn Crispin2013-06-214-0/+759
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007