kernel: add own Kconfig for OpenWrt mtdsplit drivers
authorJohn Crispin <john@openwrt.org>
Mon, 25 Aug 2014 16:30:44 +0000 (16:30 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 25 Aug 2014 16:30:44 +0000 (16:30 +0000)
commit5dd6f2ed276e1830ce128cb8f8d9e54e95f8dd3d
tree62952ac40091c42bba43abaa8b5369f53950b3e6
parentd2aac66fcb1450c4408f4121feac46811ae75e80
kernel: add own Kconfig for OpenWrt mtdsplit drivers

There are pretty many OpenWrt patches against mtd subsystem resulting
in a bit of mess and growing maintenance cost.
My idea is to use an extra "mtdsplit" directory with OpenWrt specific
files (including Kconfig).
This is the first step to achieve this. This patch adds a "mtdsplit"
directory with Kconfig and replaces 4 patches with a single one.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42287
target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig [new file with mode: 0644]
target/linux/generic/patches-3.14/406-mtd-add-squashfs-parser.patch [deleted file]
target/linux/generic/patches-3.14/406-mtd-hook-mtdsplit-into-Kbuild.patch [new file with mode: 0644]
target/linux/generic/patches-3.14/407-mtd-hook-mtdsplit_uimage-into-Kbuild.patch [deleted file]
target/linux/generic/patches-3.14/408-mtd-hook-mtdsplit_seama-into-Kbuild.patch [deleted file]
target/linux/generic/patches-3.14/409-mtd-hook-mtdsplit_lzma-into-Kbuild.patch [deleted file]