kernel: add own Kconfig for OpenWrt mtdsplit drivers
authorJohn Crispin <blogic@openwrt.org>
Mon, 25 Aug 2014 16:30:44 +0000 (16:30 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 25 Aug 2014 16:30:44 +0000 (16:30 +0000)
commit028ad9f1cdee8e67a2d4a52c938f0a77ab9aed3d
tree62952ac40091c42bba43abaa8b5369f53950b3e6
parent6894492f815707d79c825d04074957412f8cb2aa
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42287 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]