From: Gabor Juhos Date: Sun, 14 Dec 2008 06:30:22 +0000 (+0000) Subject: [kernel] fix myloader partition parser on 2.6.28 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=41eef483769dd02e1f597f65eeebf7c089f2f0d2;p=15.05%2Fopenwrt.git [kernel] fix myloader partition parser on 2.6.28 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic-2.6/patches-2.6.28/082-mtd_myloader_use_linux_byteorder_h.patch b/target/linux/generic-2.6/patches-2.6.28/082-mtd_myloader_use_linux_byteorder_h.patch new file mode 100644 index 0000000000..2461fa36e3 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.28/082-mtd_myloader_use_linux_byteorder_h.patch @@ -0,0 +1,11 @@ +--- a/drivers/mtd/myloader.c ++++ b/drivers/mtd/myloader.c +@@ -19,7 +19,7 @@ + #include + #include + #include +-#include ++#include + #include + + #define BLOCK_LEN_MIN 0x10000