John Crispin
e847b236bc
util-linux: Disable sulogin in util-linux package
...
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
11 years ago
John Crispin
1fdf13a9e1
util-linux: add missing dependency
...
https://dev.openwrt.org/ticket/15417
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40331
11 years ago
Luka Perkov
bf98d81259
util-linux: update to 2.24.1
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40010
11 years ago
John Crispin
b5a90c8488
util-linux: cleanup description for swap-utils
...
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
11 years ago
John Crispin
c7498282d2
util-linux: dont provide swapon/off
...
these are no provided either by busybox or block-mount
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37017
12 years ago
John Crispin
4ebf19b48f
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
12 years ago
John Crispin
e3dcf2448f
util-linux: move package to package/system/utils
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36986
12 years ago
John Crispin
ed6e69444a
util-linux: fix endianess bug and stage libraries properly
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36985
12 years ago
Mirko Vogt
ec9ce7e089
change prefix for util-linux binaries from / to /usr
...
The prefix / causes executables like mount, umount, etc. to be placed
in /bin /sbin which therewith replace the busybox symlinks.
mount and umount e.g. are linked again libmount.so.
This is e.g. fatal during a sysupgrade, where /bin/mount,
/bin/umount, etc. but not libmount.so get copied into a ramdisk
which will result in non working executables within the ramdisk.
SVN-Revision: 34791
12 years ago
Hamish Guthrie
81a3d9ba31
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
...
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
12 years ago
Gabor Juhos
245fe6a76c
package/util-linux: don't lie about availability of '%ms' scanf modifier
...
Use a patch from gentoo which allows building libmount even
if the C library does not supports %ms/%as.
See: https://bugs.gentoo.org/406303
SVN-Revision: 33270
12 years ago
Felix Fietkau
11c8f45612
util-linux: disable udev support, add missing dependencies
...
SVN-Revision: 32183
13 years ago
Felix Fietkau
479336f824
util-linux: libblkid depends on libuuid
...
SVN-Revision: 32168
13 years ago
Luka Perkov
30edb14356
util-linux: update to 2.21.2
...
SVN-Revision: 32141
13 years ago
Luka Perkov
84a8853430
util-linux: fix typo
...
SVN-Revision: 32074
13 years ago
John Crispin
e660665de1
fixes a descriptions mismatch
...
fixes #11381
SVN-Revision: 32012
13 years ago
Jo-Philipp Wich
44f64af730
util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. cryptsetup ( #11508 )
...
SVN-Revision: 31854
13 years ago
Gabor Juhos
b15e49f2fa
package/util-linux: install development files
...
Also remove trailing whitespaces from the Makefile.
Based on a patch by M. Braun.
SVN-Revision: 31701
13 years ago
Mirko Vogt
90f58064be
update/rename those packages
...
This patch makes several changes to the util-linux(-ng) package:
* rename to util-linux (official name now, util-linux-ng got merged)
* bump to last stable version 2.21.1 (was 2.13.0.1 before)
* add several new packages
* sort packages within Makefile
* remove patches which got merged upstream
This patch makes some changes to the e2fsprogs package:
* bump to last stable version 1.42.2
* libraries moved from e2fsprogs to util-linux - take care of that
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31499
13 years ago
Jo-Philipp Wich
6940ba2a1a
util-linux(-ng): revert r31183, r31178 - the update introduced several regressions which need to be worked out first
...
SVN-Revision: 31202
13 years ago
Jo-Philipp Wich
4cbbd9ab4b
util-linux: prevent packaging libtool placeholder scripts ( #11224 )
...
SVN-Revision: 31183
13 years ago
Florian Fainelli
5f332bf12c
util-linux: move and update
...
This patch makes several changes with util-linux-ng package:
* moves it to util-linux (upstream name)
* bumps it to last stable version 2.20.1 (was 2.13.0.1)
* adds new package getopt
* sorts packages inside Makefile
* removes patch, it has been applied upstream
I would also like to maintain this package.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31178
13 years ago
Jo-Philipp Wich
5af8eb0f36
util-linux-ng: make build depend on libncurses, cfdisk is compiled unconditionally and will fail with missing input files if ncurses was not detected during configure
...
SVN-Revision: 22982
14 years ago
Florian Fainelli
027c3b3e1d
add package for script from util-linux-ng ( #7416 )
...
SVN-Revision: 21807
15 years ago
Lars-Peter Clausen
4e0cd7b7a1
util-linux-ng: Build setterm
...
SVN-Revision: 19559
15 years ago
Florian Fainelli
7d7b200cb5
package sfdisk from util-linux-ng ( #5998 )
...
SVN-Revision: 18513
15 years ago
Jo-Philipp Wich
9c14920205
This patch adds a new package "flock" that allows to manage file locks from shell scripts. It provides more functionality than the busybox "lock" command, i.e. locking existing file descriptors and non-blocking operation.
...
SVN-Revision: 15669
16 years ago
Claudio Mignanti
81a2897671
remove false dependence in util-linux-ng
...
SVN-Revision: 14433
16 years ago
Nicolas Thill
76e78e2203
add missing dependency on libblkid to swap-utils, needed for swapon/off ( closes : #3993 )
...
SVN-Revision: 12610
16 years ago
Nicolas Thill
6922a3692d
add missing dependencies on libblkid/libuuid for mount-utils/swap-utils (should close : #3730 ), bump release number
...
SVN-Revision: 12356
16 years ago
Matteo Croce
7e9f396980
fixed mount path ( closes #3464 )
...
SVN-Revision: 11267
17 years ago
Florian Fainelli
85fa20921a
Fix mount utilites installation ( #3464 )
...
SVN-Revision: 11255
17 years ago
Matteo Croce
0a1c669ec1
fix some wrong paths
...
SVN-Revision: 11217
17 years ago
Florian Fainelli
39d15da16f
Package mount and umount
...
SVN-Revision: 10106
17 years ago
Imre Kaloz
ee65a02320
nuke util-linux in favor of util-linux-ng, build only what we need
...
SVN-Revision: 9444
17 years ago
John Crispin
450ab0e5fc
more package submenus
...
SVN-Revision: 9351
17 years ago
Felix Fietkau
a9d683ca91
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
...
SVN-Revision: 8694
17 years ago
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
17 years ago
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
...
SVN-Revision: 8653
17 years ago
Nicolas Thill
4979ecc121
package/util-linux fixes: * don't use Build/Configure/Default since it is not an autoconf based package * fix opt flags passed more than once * move DEPENDS:=@!LINUX_2_6_ETRAX in shared Package/util-linux/Default
...
SVN-Revision: 8498
17 years ago
Nicolas Thill
1b226e4de1
add a '@KERNEL' download facility, tweak script
...
SVN-Revision: 8495
17 years ago
John Crispin
dd0a1806ea
Some packages make no sense or do not build for etrax
...
SVN-Revision: 8216
18 years ago
Florian Fainelli
37a404a6e8
Package the hardware clock utility and fix english typos ( #2015 )
...
SVN-Revision: 7874
18 years ago
Florian Fainelli
d31fd1015c
Package cfdisk and bump release number ( #1992 )
...
SVN-Revision: 7828
18 years ago
Felix Fietkau
24faf55360
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
...
SVN-Revision: 6582
18 years ago
Felix Fietkau
1d307eea87
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
...
SVN-Revision: 6580
18 years ago
Tim Yardley
026e6046eb
same propset here as changeset:6500
...
SVN-Revision: 6501
18 years ago
Felix Fietkau
3133fefe06
pass the CFLAGS through the environment on compile and fix a few packages
...
SVN-Revision: 6154
18 years ago
Felix Fietkau
c2211dc51e
replace lots of manual install commands with INSTALL_* variables
...
SVN-Revision: 5624
18 years ago