aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/400-mtd-add-rootfs-split-support.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: drop unneeded modification of mtd_add_partition functionRafał Miłecki2015-12-041-37/+4
| | | | | | | | | | | | In old days mtd_add_partition was checking for partitions overlapping which was breaking our splitting feature. We had to modify this function by adding an extra bool dup_check parameter. Upstream commit: 3a434f66e6da ("mtd: part: Remove partition overlap checks") removed that check so we don't need our modification anymore. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add linux 4.4 supportJonas Gorski2015-12-021-0/+146
Based on 4.4-rc3. Runtime tested on MIPS. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47701 3c298f89-4303-0410-b956-a3cf2f4a3e73