diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
commit | 91142205534e135a29ceb3992708bf2ca3219021 (patch) | |
tree | 16e69db35c7fdf48ea76876109b0b38845361209 /package/shfs/patches/100-kmod_build.patch | |
parent | d5b15895ef66b9a664afa72d88507060e1f0a270 (diff) | |
download | upstream-91142205534e135a29ceb3992708bf2ca3219021.tar.gz upstream-91142205534e135a29ceb3992708bf2ca3219021.tar.bz2 upstream-91142205534e135a29ceb3992708bf2ca3219021.zip |
refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
Diffstat (limited to 'package/shfs/patches/100-kmod_build.patch')
-rw-r--r-- | package/shfs/patches/100-kmod_build.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/shfs/patches/100-kmod_build.patch b/package/shfs/patches/100-kmod_build.patch index 11701033f5..16f198c4f6 100644 --- a/package/shfs/patches/100-kmod_build.patch +++ b/package/shfs/patches/100-kmod_build.patch @@ -1,5 +1,7 @@ ---- shfs-0.35-orig/shfs/Linux-2.4/Makefile 2004-06-01 15:16:19.000000000 +0200 -+++ shfs-0.35-2/shfs/Linux-2.4/Makefile 2005-04-09 02:34:35.000000000 +0200 +Index: shfs-0.35/shfs/Linux-2.4/Makefile +=================================================================== +--- shfs-0.35.orig/shfs/Linux-2.4/Makefile 2007-06-04 13:22:58.143016200 +0200 ++++ shfs-0.35/shfs/Linux-2.4/Makefile 2007-06-04 13:22:58.209006168 +0200 @@ -1,3 +1,13 @@ +# +# the original Makefile was trashed and replaced by this one @@ -14,7 +16,7 @@ ifndef KERNEL KERNEL=$(shell uname -r) endif -@@ -10,67 +24,29 @@ +@@ -10,67 +20,29 @@ KERNEL_SOURCES=${MODULESDIR}/build endif |