ar71xx: add lzma loader
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-2.6.39 / 112-mtd-tp-link-partition-parser.patch
1 --- a/drivers/mtd/Kconfig
2 +++ b/drivers/mtd/Kconfig
3 @@ -198,6 +198,12 @@ config MTD_MYLOADER_PARTS
4 You will still need the parsing functions to be called by the driver
5 for your particular device. It won't happen automatically.
6
7 +config MTD_TPLINK_PARTS
8 + tristate "TP-Link AR7XXX/AR9XXX partitioning support"
9 + depends on MTD_PARTITIONS && ATHEROS_AR71XX
10 + ---help---
11 + TBD.
12 +
13 comment "User Modules And Translation Layers"
14
15 config MTD_CHAR
16 --- a/drivers/mtd/Makefile
17 +++ b/drivers/mtd/Makefile
18 @@ -14,6 +14,7 @@ obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
19 obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
20 obj-$(CONFIG_MTD_WRT160NL_PARTS) += wrt160nl_part.o
21 obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
22 +obj-$(CONFIG_MTD_TPLINK_PARTS) += tplinkpart.o
23
24 # 'Users' - code which presents functionality to userspace.
25 obj-$(CONFIG_MTD_CHAR) += mtdchar.o