immortalwrt/target/linux/generic
Adrian Schmutzler 9bac15ce47 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-25 11:28:20 +08:00
..
backport-4.9 Merge Mainline 2020-04-25 08:43:48 +08:00
backport-4.14 kernel: backport mtd partition address fix sent upstream 2020-04-13 23:43:08 +08:00
backport-4.19 kernel: bump 4.19 to 4.19.117 2020-04-22 11:05:03 +08:00
backport-5.4 kernel: bump 5.4 to 5.4.34 2020-04-22 09:09:42 +08:00
files kernel: fix include of myloader.o since kernel 5.4 2020-04-25 11:28:20 +08:00
hack-4.9 kernel: bump to 4.9.219, 4.14.176, 4.19.115 2020-04-14 20:17:38 +08:00
hack-4.14 kernel: bump to 4.9.219, 4.14.176, 4.19.115 2020-04-14 20:17:38 +08:00
hack-4.19 kernel: bump 4.19 to 4.19.117 2020-04-22 11:05:03 +08:00
hack-5.4 kernel: bump 5.4 to 5.4.32 2020-04-15 01:19:50 +08:00
image update source 2017-09-06 19:19:45 +08:00
other-files update source 2017-09-06 19:19:45 +08:00
pending-4.9 kernel: bump to 4.9.219, 4.14.176, 4.19.115 2020-04-14 20:17:38 +08:00
pending-4.14 kernel: fix include of myloader.o since kernel 5.4 2020-04-25 11:28:20 +08:00
pending-4.19 kernel: fix include of myloader.o since kernel 5.4 2020-04-25 11:28:20 +08:00
pending-5.4 kernel: fix include of myloader.o since kernel 5.4 2020-04-25 11:28:20 +08:00
config-4.9 target/generic: add missing config 2020-04-13 22:21:52 +08:00
config-4.14 target/generic: add missing config 2020-04-13 22:21:52 +08:00
config-4.19 target/generic: add missing config 2020-04-13 22:21:52 +08:00
config-5.4 kernel: init kernel 5.4 support 2020-04-14 00:08:05 +08:00
PATCHES update source 2017-09-06 19:19:45 +08:00