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)
commitc9813699b63c8df6d1b08d51b772cebee537d8cc
tree2cf5ae912de6a53ae02d4c9bcc5bb8f0b1775bb5
parent730589281ee8940016bacf856d566e7ceab719af
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]