From 22738f2f4806d7ab704ff932d1f6a40a95f5e389 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 5 Aug 2008 17:33:09 +0000 Subject: fix kernel header breakage, which caused a compile error in igmpproxy on big-endian targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12143 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create 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 new file mode 100644 index 000000000..51ca9746c --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch @@ -0,0 +1,11 @@ +--- 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