]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/kudzu-nodiet.patch
Kernel-Update und umfassende Arbeiten daran.
[people/pmueller/ipfire-2.x.git] / src / patches / kudzu-nodiet.patch
CommitLineData
72d80898
MT
1diff -ruN kudzu-1.1.68.2.orig/Makefile kudzu-1.1.68.2/Makefile
2--- kudzu-1.1.68.2.orig/Makefile 2004-09-01 01:11:42.000000000 +0000
3+++ kudzu-1.1.68.2/Makefile 2005-04-29 22:43:00.000000000 +0000
4@@ -52,7 +52,7 @@
5 LOADEROBJ += s390.o
6 endif
7
8-DIET = diet
9+DIET =
10 ifeq (i386,$(ARCH))
11 LOADEROBJS = $(patsubst %.o,%.do,$(LOADEROBJ))
12 else