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 kernel: bump 4.14 to 4.14.77 2018-10-19 10:01:57 +02:00
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 kernel: bump 4.14 to 4.14.48 2018-06-05 22:54:00 +03:00
141-jffs2-add-RENAME_EXCHANGE-support.patch kernel: bump 4.14 to 4.14.48 2018-06-05 22:54:00 +03:00
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 kernel: fix AT8032 PHY phy id mask 2018-07-04 01:19:05 +02:00
190-2-5-e1000e-Fix-wrong-comment-related-to-link-detection.patch kernel: bump 4.14 to 4.14.62 2018-08-10 18:43:23 +02:00
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 kernel: bump 4.14 to 4.14.106 2019-03-18 10:02:51 +01:00
309-MIPS-Add-CPU-option-reporting-to-proc-cpuinfo.patch kernel: MIPS: Add CPU option reporting to /proc/cpuinfo 2019-01-13 16:24:50 +01:00
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 kernel: bump 4.14 to 4.14.113 2019-04-23 13:22:31 +02:00
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 kernel: backport 2 mtd partitioning fixes 2018-12-03 10:34:12 +01:00
419-mtd-redboot-add-of_match_table-with-DT-binding.patch kernel: switch compatible property for RedBoot DT binding 2018-07-30 23:49:49 +02:00
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 kernel: bcm47xxpart: fix getting user-space data partition name 2018-07-10 14:05:02 +02:00
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 kernel: m25p80: allow fallback from spi_flash_read to regular SPI transfer 2018-02-26 19:20:06 +01:00
450-mtd-spi-nor-allow-NOR-driver-to-write-fewer-bytes-th.patch kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
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 kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
466-Revert-mtd-spi-nor-fix-Spansion-regressions-aliased-.patch kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
470-mtd-spi-nor-support-limiting-4K-sectors-support-base.patch kernel: bump 4.14 to 4.14.93 2019-01-14 02:20:40 +02:00
475-mtd-spi-nor-Add-Winbond-w25q128jv-support.patch kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
476-mtd-spi-nor-add-eon-en25q128.patch
477-mtd-add-spi-nor-add-mx25u3235f.patch kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
478-mtd-spi-nor-Add-support-for-XM25QH64A-and-XM25QH128A.patch kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
479-mtd-spi-nor-add-eon-en25qh32.patch kernel: Add support spi-nor, Eon EN25QH32 2018-05-21 18:07:47 +02:00
479-mtd-spi-nor-add-eon-en25qh64.patch kernel: mtd: add support for EN25QH64 in spi-nor.c 2019-01-02 22:12:19 +01:00
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 kernel: bump 4.14 to 4.14.86 2018-12-10 11:48:44 +01:00
491-ubi-auto-create-ubiblock-device-for-rootfs.patch kernel: bump 4.14 to 4.14.20 2018-02-18 02:59:48 +01:00
492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch kernel: bump 4.14 to 4.14.23 2018-03-02 21:33:08 +01:00
493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch kernel: bump 4.14 to 4.14.20 2018-02-18 02:59:48 +01:00
494-mtd-ubi-add-EOF-marker-support.patch kernel: bump 4.14 to 4.14.86 2018-12-10 11:48:44 +01:00
495-mtd-core-add-get_mtd_device_by_node.patch kernel: backport 2 mtd partitioning fixes 2018-12-03 10:34:12 +01:00
496-dt-bindings-add-bindings-for-mtd-concat-devices.patch kernel: bump 4.14 to 4.14.70 2018-09-17 15:47:44 +02:00
497-mtd-mtdconcat-add-dt-driver-for-concat-devices.patch kernel: bump 4.14 to 4.14.70 2018-09-17 15:47:44 +02:00
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 kernel: ubifs: create use file system format 4 by default 2018-02-13 22:24:56 +01:00
600-netfilter_conntrack_flush.patch kernel: refresh patches 2018-02-22 12:46:25 +01:00
610-netfilter_match_bypass_default_checks.patch kernel: bump 4.14 to 4.14.59 2018-07-31 05:11:07 +03:00
611-netfilter_match_bypass_default_table.patch
612-netfilter_match_reduce_memory_access.patch
613-netfilter_optional_tcp_window_check.patch kernel: refresh patches 2018-02-22 12:46:25 +01:00
620-net_sched-codel-do-not-defer-queue-length-update.patch kernel: merge a pending fix for HFSC warnings/slowdowns (fixes FS#1136) 2018-03-11 08:58:53 +01:00
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 kernel: bump 4.14 to 4.14.97 2019-02-01 11:41:00 +01:00
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 kernel: allow hardware NAT offload drivers to keep a priv pointer 2018-06-13 12:54:25 +02:00
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 kernel: make mtd mac address increment more flexible 2018-08-25 19:18:08 +02:00
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 kernel: fix AT8032 PHY phy id mask 2018-07-04 01:19:05 +02:00
735-net-phy-at803x-fix-at8033-sgmii-mode.patch kernel: bump 4.14 to 4.14.60 2018-08-03 16:10:38 +02:00
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 kernel: bump 4.14 to 4.14.59 2018-07-31 05:11:07 +03:00