From 151259743b7854bcf3ff9970a71ec26afd31a7e1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 26 Sep 2008 18:46:53 +0000 Subject: [kernel] update to 2.6.26.5 and 2.6.25.17 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12718 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch (limited to 'target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch') diff --git a/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch b/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch deleted file mode 100644 index 51ca9746c..000000000 --- a/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/include/linux/pim.h -+++ b/include/linux/pim.h -@@ -9,7 +9,7 @@ - __u8 pim_type:4, /* PIM message type */ - pim_ver:4; /* PIM version */ - #elif defined(__BIG_ENDIAN_BITFIELD) -- __u8 pim_ver:4; /* PIM version */ -+ __u8 pim_ver:4, /* PIM version */ - pim_type:4; /* PIM message type */ - #endif - __u8 pim_rsv; /* Reserved */ -- cgit v1.2.3