summaryrefslogtreecommitdiffstats
path: root/package/util-linux
Commit message (Collapse)AuthorAgeFilesLines
* change prefix for util-linux binaries from / to /usrmirko2012-12-191-31/+31
| | | | | | | | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* licensing: Add licensing metadata to many packageshcg2012-10-191-0/+3
| | | | | | | | | | | | | | 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! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/util-linux: don't lie about availability of '%ms' scanf modifierjuhosg2012-08-242-3/+108
| | | | | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* util-linux: disable udev support, add missing dependenciesnbd2012-06-111-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* util-linux: libblkid depends on libuuidnbd2012-06-101-9/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32168 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux: update to 2.21.2luka2012-06-092-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux: fix typoluka2012-06-051-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [util-linux] fixes a descriptions mismatchblogic2012-05-301-2/+2
| | | | | | fixes #11381 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux: compile with -fPIC, some users of its libuuid.a ↵jow2012-05-241-0/+2
| | | | | | require it, e.g. cryptsetup (#11508) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/util-linux: install development filesjuhosg2012-05-131-2/+26
| | | | | | | | Also remove trailing whitespaces from the Makefile. Based on a patch by M. Braun. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31701 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages/{e2fsprogs,util-linux,util-linux-ng}] update/rename those packagesmirko2012-04-282-0/+607
| | | | | | | | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux(-ng): revert r31183, r31178 - the update introduced ↵jow2012-04-051-226/+0
| | | | | | several regressions which need to be worked out first git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux: prevent packaging libtool placeholder scripts (#11224)jow2012-04-041-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux: move and updateflorian2012-04-021-0/+224
| | | | | | | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke util-linux in favor of util-linux-ng, build only what we needkaloz2007-10-255-301/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more package submenusblogic2007-10-181-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵nbd2007-09-081-1/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-21/+29
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-061-1/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/util-linux fixes:nico2007-08-261-9/+14
| | | | | | | | | * 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a '@KERNEL' download facility, tweak scriptnico2007-08-261-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Some packages make no sense or do not build for etraxblogic2007-07-291-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Package the hardware clock utility and fix english typos (#2015)florian2007-07-041-3/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix util-linux compile on avr32nbd2007-07-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Package cfdisk and bump release number (#1992)florian2007-07-011-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added several patches to make packages compile for the foxboardblogic2007-06-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltnbd2007-06-043-46/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* same propset here as changeset:6500pavlov2007-03-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pass the CFLAGS through the environment on compile and fix a few packagesnbd2007-01-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix fdisk llseeknbd2007-01-201-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix util-linux compilenbd2006-12-141-0/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesnbd2006-11-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing Makefilesnico2006-09-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* standardize Makefilenico2006-09-231-23/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix building util-linux under xscalemalbon2006-08-231-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includenbd2006-06-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd2006-06-211-1/+1
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add util-linuxnbd2006-06-182-0/+145
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove lots of non-essential packagesnbd2006-04-136-191/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change cp to $(CP)mbm2006-02-011-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a losetup package, cosmetic fixes on package descriptionsnico2005-11-294-2/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change bool in BR2_COMPILE_* to tristate to avoid unnecessary ↵nbd2005-11-071-1/+1
| | | | | | package/<foo>-install calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorganize/rationalize/format package menuconfig, nico2005-11-051-6/+8
| | | | | | make updatedd modular git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lots of small package changes and dependency cleanups for the V= stuffnbd2005-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove Maintainer: and Source: from packagesnbd2005-10-212-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a swap-utils subpackage,nico2005-10-084-5/+38
| | | | | | | | fix ipkg/control fields, add cvs Id tag. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add util-linux for fdisk (thanks to Philipp Kewisch )nico2005-10-074-0/+137
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2071 3c298f89-4303-0410-b956-a3cf2f4a3e73