aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-02 19:08:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-02 19:08:28 +0000
commitd3f39ad3abf5223cf8f928f76bd66a34a4de82d1 (patch)
tree6e98bf638f4fb4c166ebd10cf2a161751d7c0789 /target
parent6f353d29142203f8d5e31965974de8a5c728268f (diff)
downloadmaster-187ad058-d3f39ad3abf5223cf8f928f76bd66a34a4de82d1.tar.gz
master-187ad058-d3f39ad3abf5223cf8f928f76bd66a34a4de82d1.tar.bz2
master-187ad058-d3f39ad3abf5223cf8f928f76bd66a34a4de82d1.zip
[kernel] 2.6.26: fix a typo in the latest mini_fo patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11332 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch b/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch
index d4c940d4a2..f4a4572b45 100644
--- a/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch
+++ b/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch
@@ -21,7 +21,7 @@
*/
STATIC void
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)) && (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)))
++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)) && (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26))
mini_fo_umount_begin(struct vfsmount *mnt, int flags)
{
struct vfsmount *hidden_mnt;