diff options
Diffstat (limited to 'target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch b/target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch index a70f81828c..d897034abd 100644 --- a/target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch +++ b/target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch @@ -1,8 +1,8 @@ --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig -@@ -32,6 +32,11 @@ config MTD_UIMAGE_SPLIT +@@ -27,6 +27,11 @@ config MTD_SPLIT_FIRMWARE_NAME depends on MTD_SPLIT_FIRMWARE - default y + default "firmware" +config MTD_SPLIT + def_bool n |