remove empty directories
[openwrt.git] / target / linux / generic / patches-3.10 / 409-mtd-hook-mtdsplit_lzma-into-Kbuild.patch
1 --- a/drivers/mtd/Kconfig
2 +++ b/drivers/mtd/Kconfig
3 @@ -58,6 +58,10 @@ config MTD_SPLIT_UIMAGE_FW
4         bool "uImage based firmware partition parser"
5         select MTD_SPLIT
6  
7 +config MTD_SPLIT_LZMA_FW
8 +       bool "LZMA compressed kernel based firmware partition parser"
9 +       select MTD_SPLIT
10 +
11  config MTD_SPLIT
12         def_bool n
13         help 
14 --- a/drivers/mtd/Makefile
15 +++ b/drivers/mtd/Makefile
16 @@ -10,6 +10,7 @@ mtd-$(CONFIG_MTD_SPLIT)               += mtdsplit.o
17  mtd-$(CONFIG_MTD_SPLIT_SEAMA_FW) += mtdsplit_seama.o
18  mtd-$(CONFIG_MTD_SPLIT_SQUASHFS_ROOT) += mtdsplit_squashfs.o
19  mtd-$(CONFIG_MTD_SPLIT_UIMAGE_FW) += mtdsplit_uimage.o
20 +mtd-$(CONFIG_MTD_SPLIT_LZMA_FW) += mtdsplit_lzma.o
21  
22  obj-$(CONFIG_MTD_OF_PARTS)     += ofpart.o
23  obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o