openwrt/target/linux/generic/pending-4.14
Adrian Schmutzler 5f92349841 kernel: fix include of myloader.o since kernel 5.4
Between 4.19 and 5.4, mtd parsers have been moved to "parsers"
subdirectory. Based on this, the selection of myloader.o in OpenWrt
was also moved to that subdirectory, while the Kconfig and our local
myloader.c file remained in /drivers/mtd.

This resulted in linking errors like the following (on ath25@5.4):

make[8]: *** No rule to make target 'drivers/mtd/parsers/myloader.o', ...
   needed by 'drivers/mtd/parsers/built-in.a'.  Stop.
make[7]: *** [scripts/Makefile.build:500: drivers/mtd/parsers] Error 2
make[6]: *** [scripts/Makefile.build:500: drivers/mtd] Error 2

Since myloader.c is not too big, this patch moves it to the kernel patches,
allowing to adjust the path for kernel 5.4 and keeping Makefiles and
file paths better in sync.

Other patches have been refreshed accordingly.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-24 17:50:12 +02:00
..
102-MIPS-only-process-negative-stack-offsets-on-stack-tr.patch
103-MIPS-perf-ath79-Fix-perfcount-IRQ-assignment.patch kernel: bump 4.14 to 4.14.126 2019-06-18 11:38:58 +02:00
110-ehci_hcd_ignore_oc.patch
120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch kernel: bump 4.14 to 4.14.126 2019-06-18 11:38:58 +02:00
130-add-linux-spidev-compatible-si3210.patch kernel: bump 4.14 to 4.14.161 2020-01-04 00:45:58 +01:00
131-spi-use-gpio_set_value_cansleep-for-setting-chipsele.patch
140-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch
141-jffs2-add-RENAME_EXCHANGE-support.patch
150-bridge_allow_receiption_on_disabled_port.patch kernel: re-add bridge allow reception on disabled port 2019-06-07 18:22:20 +02:00
161-mtd-part-add-generic-parsing-of-linux-part-probe.patch kernel: bump 4.14 to 4.14.158 2019-12-10 09:50:42 +01:00
171-usb-dwc2-Fix-inefficient-copy-of-unaligned-buffers.patch kernel: bump 4.14 to 4.14.128 2019-06-20 15:48:48 +02:00
180-net-phy-at803x-add-support-for-AT8032.patch
190-2-5-e1000e-Fix-wrong-comment-related-to-link-detection.patch
201-extra_optimization.patch kernel: bump 4.14 to 4.14.137 2019-08-09 18:30:29 +02:00
203-kallsyms_uncompressed.patch kernel: bump 4.14 to 4.14.162 2020-01-05 00:43:33 +01:00
205-backtrace_module_info.patch
220-optimize_inlining.patch kernel: bump 4.14 to 4.14.151 2019-10-31 09:17:14 +01:00
240-remove-unsane-filenames-from-deps_initramfs-list.patch kernel: bump 4.14 to 4.14.148 2019-10-08 15:51:06 +02:00
261-enable_wilink_platform_without_drivers.patch
300-mips_expose_boot_raw.patch kernel: bump 4.14 to 4.14.159 2019-12-24 01:22:45 +01:00
302-mips_no_branch_likely.patch
304-mips_disable_fpu.patch kernel: bump 4.14 to 4.14.159 2019-12-24 01:22:45 +01:00
305-mips_module_reloc.patch Revert "kernel: fix kmemleak warnings introduced in 305-mips_module_reloc.patch" 2019-12-27 19:47:41 +01:00
306-mips_mem_functions_performance.patch
307-mips_highmem_offset.patch
308-mips32r2_tune.patch
309-MIPS-Add-CPU-option-reporting-to-proc-cpuinfo.patch
310-arm_module_unresolved_weak_sym.patch
330-MIPS-kexec-Accept-command-line-parameters-from-users.patch generic: fix compiler error in OpenWrt's kexec patch 2020-01-04 16:23:21 +02:00
332-arc-add-OWRTDTB-section.patch
333-arc-enable-unaligned-access-in-kernel-mode.patch
340-MIPS-mm-remove-mips_dma_mapping_error.patch
341-MIPS-mm-remove-no-op-dma_map_ops-where-possible.patch kernel: bump 4.14 to 4.14.159 2019-12-24 01:22:45 +01:00
342-powerpc-Enable-kernel-XZ-compression-option-on-PPC_8.patch kernel: bump 4.14 to 4.14.125 (FS#2305 FS#2297) 2019-06-12 15:04:09 +02:00
400-mtd-add-rootfs-split-support.patch kernel: bump 4.14 to 4.14.158 2019-12-10 09:50:42 +01:00
401-mtd-add-support-for-different-partition-parser-types.patch Revert "kernel: rewrite run_parsers_by_type() to use add_mtd_partitions()" 2020-03-07 22:49:55 +01:00
402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch Revert "kernel: rewrite run_parsers_by_type() to use add_mtd_partitions()" 2020-03-07 22:49:55 +01:00
403-mtd-hook-mtdsplit-to-Kbuild.patch
404-mtd-add-more-helper-functions.patch Revert "kernel: rewrite run_parsers_by_type() to use add_mtd_partitions()" 2020-03-07 22:49:55 +01:00
411-mtd-partial_eraseblock_write.patch kernel: backport mtd partition address fix sent upstream 2020-03-09 11:49:42 +01:00
412-mtd-partial_eraseblock_unlock.patch
419-mtd-redboot-add-of_match_table-with-DT-binding.patch
420-mtd-redboot_space.patch
430-mtd-add-myloader-partition-parser.patch kernel: fix include of myloader.o since kernel 5.4 2020-04-24 17:50:12 +02:00
431-mtd-bcm47xxpart-check-for-bad-blocks-when-calculatin.patch
432-mtd-bcm47xxpart-detect-T_Meter-partition.patch
440-block2mtd_init.patch
441-block2mtd_probe.patch
450-mtd-m25p80-allow-fallback-from-spi_flash_read-to-reg.patch
450-mtd-spi-nor-allow-NOR-driver-to-write-fewer-bytes-th.patch
460-mtd-cfi_cmdset_0002-no-erase_suspend.patch
461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch kernel: bump 4.14 to 4.14.147 2019-10-08 12:44:35 +02:00
465-m25p80-mx-disable-software-protection.patch
466-Revert-mtd-spi-nor-fix-Spansion-regressions-aliased-.patch
470-mtd-spi-nor-support-limiting-4K-sectors-support-base.patch
475-mtd-spi-nor-Add-Winbond-w25q128jv-support.patch
476-mtd-spi-nor-add-eon-en25q128.patch
477-mtd-add-spi-nor-add-mx25u3235f.patch
478-mtd-spi-nor-Add-support-for-XM25QH64A-and-XM25QH128A.patch
479-mtd-spi-nor-add-eon-en25qh32.patch
479-mtd-spi-nor-add-eon-en25qh64.patch
479-mtd-spi-nor-add-xtx-xt25f128b.patch kernel: remove duplicate flash chip definition 2020-02-06 19:35:54 +02:00
480-mtd-set-rootfs-to-be-root-dev.patch
481-mtd-spi-nor-add-support-for-Gigadevice-GD25D05.patch generic: refresh patches 2020-02-22 16:38:41 +01:00
490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch
491-ubi-auto-create-ubiblock-device-for-rootfs.patch
492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch
493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch
494-mtd-ubi-add-EOF-marker-support.patch
495-mtd-core-add-get_mtd_device_by_node.patch
496-dt-bindings-add-bindings-for-mtd-concat-devices.patch
497-mtd-mtdconcat-add-dt-driver-for-concat-devices.patch
530-jffs2_make_lzma_available.patch kernel: bump 4.14 to 4.14.122 2019-06-03 12:40:53 +02:00
532-jffs2_eofdetect.patch
553-ubifs-Add-option-to-create-UBI-FS-version-4-on-empty.patch
600-netfilter_conntrack_flush.patch
610-netfilter_match_bypass_default_checks.patch
611-netfilter_match_bypass_default_table.patch
612-netfilter_match_reduce_memory_access.patch
613-netfilter_optional_tcp_window_check.patch
620-net_sched-codel-do-not-defer-queue-length-update.patch
630-packet_socket_type.patch kernel: bump 4.14 to 4.14.176 2020-04-16 13:23:11 +02:00
640-netfilter-nf_flow_table-add-hardware-offload-support.patch kernel: bump 4.14 to 4.14.164 2020-01-20 13:41:49 +01:00
641-netfilter-nf_flow_table-support-hw-offload-through-v.patch generic: fix flow table hw offload 2020-04-06 07:07:42 +02:00
642-net-8021q-support-hardware-flow-table-offload.patch kernel: bump 4.14 to 4.14.164 2020-01-20 13:41:49 +01:00
643-net-bridge-support-hardware-flow-table-offload.patch kernel: bump 4.14 to 4.14.160 2019-12-24 17:45:54 +01:00
644-net-pppoe-support-hardware-flow-table-offload.patch
645-netfilter-nf_flow_table-rework-hardware-offload-time.patch kernel: fix issues with output routing in flow offload 2019-09-25 20:11:20 +02:00
646-netfilter-nf_flow_table-rework-private-driver-data.patch
655-increase_skb_pad.patch kernel: bump 4.14 to 4.14.162 2020-01-05 00:43:33 +01:00
666-Add-support-for-MAP-E-FMRs-mesh-mode.patch kernel: bump 4.14 to 4.14.169 2020-02-04 18:10:13 +01:00
670-ipv6-allow-rejecting-with-source-address-failed-policy.patch kernel: bump 4.14 to 4.14.176 2020-04-16 13:23:11 +02:00
671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch
680-NET-skip-GRO-for-foreign-MAC-addresses.patch kernel: bump 4.14 to 4.14.169 2020-02-04 18:10:13 +01:00
681-NET-add-of_get_mac_address_mtd.patch
703-phy-add-detach-callback-to-struct-phy_driver.patch kernel: bump 4.14 to 4.14.176 2020-04-16 13:23:11 +02:00
734-net-phy-at803x-allow-to-configure-via-pdata.patch
735-net-phy-at803x-fix-at8033-sgmii-mode.patch
810-pci_disable_common_quirks.patch kernel: bump 4.14 to 4.14.122 2019-06-03 12:40:53 +02:00
811-pci_disable_usb_common_quirks.patch kernel: bump 4.14 to 4.14.136 2019-08-06 11:52:47 +02:00
834-ledtrig-libata.patch kernel: bump 4.14 to 4.14.128 2019-06-20 15:48:48 +02:00
920-mangle_bootargs.patch kernel: bump 4.14 to 4.14.158 2019-12-10 09:50:42 +01:00
0931-w1-gpio-fix-problem-with-platfom-data-in-w1-gpio.patch