aboutsummaryrefslogtreecommitdiffstats
path: root/package/util-linux/patches/801-cris-label.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-03 01:13:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-03 01:13:10 +0000
commit5bee8e99d01bc966f5ab46981c442e9ed5bae71c (patch)
tree4f35ceffc53e000705e2fff2aa1bd9411fa4f432 /package/util-linux/patches/801-cris-label.patch
parent47e575eadb84fe618a3c588101a8d9fe0fcda233 (diff)
downloadupstream-5bee8e99d01bc966f5ab46981c442e9ed5bae71c.tar.gz
upstream-5bee8e99d01bc966f5ab46981c442e9ed5bae71c.tar.bz2
upstream-5bee8e99d01bc966f5ab46981c442e9ed5bae71c.zip
fix util-linux compile on avr32
SVN-Revision: 7860
Diffstat (limited to 'package/util-linux/patches/801-cris-label.patch')
-rw-r--r--package/util-linux/patches/801-cris-label.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/util-linux/patches/801-cris-label.patch b/package/util-linux/patches/801-cris-label.patch
deleted file mode 100644
index 0ccfb520af..0000000000
--- a/package/util-linux/patches/801-cris-label.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- util-linux-2.12r.orig/fdisk/fdiskbsdlabel.h 2007-06-12 21:32:25.000000000 +0200
-+++ util-linux-2.12r/fdisk/fdiskbsdlabel.h 2007-06-12 21:33:20.000000000 +0200
-@@ -43,7 +43,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__)
- #define BSD_LABELSECTOR 1
- #define BSD_LABELOFFSET 0
- #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)