summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/patches-3.10/0100-mtd-split.patch
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: refresh patchesJohn Crispin2014-06-191-1/+1
| | | | | | | | this adds ben's ath9k fixup Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41269
* lantiq: fix mtd_split for brnboot firmware imagesJohn Crispin2014-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | The existing code only tries to split a parition with name "rootfs" while actually looking for kernel+rootfs, where usually "firmware" is used as a partition name. This doesn't make sense, as even if there was a partition 'rootfs' given by mtdparts or via device-tree, this code would lead to another partition called 'rootfs' being created which would not be properly distinguished in the current user-space code. While potentially we could use CONFIG_MTD_SPLIT_FIRMWARE_NAME to make that configurable, the lack of users of brnboot and the fact that we can freely decide the partition name made me simply change the hard-coded string constant from "rootfs" to "firmware". (I'm going to add support for ARV7506PW which run brnboot and needs this change) SVN-Revision: 40324
* kernel: update 3.10 to 3.10.18Gabor Juhos2013-11-051-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38652
* kernel: update 3.10 to 3.10.17Gabor Juhos2013-10-231-20/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38506
* lantiq: fix eva partition split for squashfsJohn Crispin2013-10-071-49/+35
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38325
* lantiq/3.10: unbreak the mtd-split patchGabor Juhos2013-09-251-23/+19
| | | | | | | | Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38180
* lantiq: add v3.10 patchesJohn Crispin2013-09-171-0/+218
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38031