diff options
Diffstat (limited to 'target/linux/ar71xx/patches-3.2/308-wrt160nl_part-3.2-fixes.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.2/308-wrt160nl_part-3.2-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-3.2/308-wrt160nl_part-3.2-fixes.patch b/target/linux/ar71xx/patches-3.2/308-wrt160nl_part-3.2-fixes.patch new file mode 100644 index 0000000..d4d6840 --- /dev/null +++ b/target/linux/ar71xx/patches-3.2/308-wrt160nl_part-3.2-fixes.patch @@ -0,0 +1,11 @@ +--- a/drivers/mtd/wrt160nl_part.c ++++ b/drivers/mtd/wrt160nl_part.c +@@ -85,7 +85,7 @@ static struct mtd_partition trx_parts[TR + + static int wrt160nl_parse_partitions(struct mtd_info *master, + struct mtd_partition **pparts, +- unsigned long origin) ++ struct mtd_part_parser_data *data) + { + struct wrt160nl_header *header; + struct trx_header *theader; |