diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:48 +0000 |
commit | 5f332bf12cf7b1d68d16e404094e5da8a0fe2765 (patch) | |
tree | a02fda271155d5118baf118ef3962cc330e2aed5 /package/util-linux-ng/patches | |
parent | dcd98a5d3a4dc98dd98e692eca5c9ede7e284e5a (diff) | |
download | upstream-5f332bf12cf7b1d68d16e404094e5da8a0fe2765.tar.gz upstream-5f332bf12cf7b1d68d16e404094e5da8a0fe2765.tar.bz2 upstream-5f332bf12cf7b1d68d16e404094e5da8a0fe2765.zip |
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
Diffstat (limited to 'package/util-linux-ng/patches')
-rw-r--r-- | package/util-linux-ng/patches/001-cris_avr32_label.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/util-linux-ng/patches/001-cris_avr32_label.patch b/package/util-linux-ng/patches/001-cris_avr32_label.patch deleted file mode 100644 index 5b600623c4..0000000000 --- a/package/util-linux-ng/patches/001-cris_avr32_label.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/fdisk/fdiskbsdlabel.h -+++ b/fdisk/fdiskbsdlabel.h -@@ -46,7 +46,7 @@ - - #define BSD_LINUX_BOOTDIR "/usr/ucb/mdec" - --#if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__) -+#if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__) || defined (__cris__) || defined(__avr32__) - #define BSD_LABELSECTOR 1 - #define BSD_LABELOFFSET 0 - #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__) |