1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00
openwrt/target/linux/ath79
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
..
base-files/etc/hotplug.d/ieee80211 ath79: add mikrotik subtarget 2020-03-17 11:50:47 +01:00
dts ath79: add support for AVM FRITZ!WLAN Repeater 450E 2020-04-19 16:45:40 +02:00
files ath79: fix missing return statement in ar934x_nand 2020-03-22 20:09:44 +01:00
generic ath79: add support for AVM FRITZ!WLAN Repeater 450E 2020-04-19 16:45:40 +02:00
image ath79: add support for AVM FRITZ!WLAN Repeater 450E 2020-04-19 16:45:40 +02:00
mikrotik ath79: MikroTik: fix missing nand on kernel 5.4 2020-04-16 13:23:11 +02:00
nand ath79: fix wmac initialization for Zyxel NBG6716 2020-04-13 19:21:56 +02:00
patches-4.19 ath79: add QCA9550 reset sequence 2020-04-17 13:23:06 +02:00
patches-5.4 kernel: fix include of myloader.o since kernel 5.4 2020-04-24 17:50:12 +02:00
tiny ath79: add support for TP-Link TL-MR3420 v3 2020-04-06 11:55:24 +02:00
config-4.19 ath79: add new ar934x spi driver 2020-02-06 22:53:03 +08:00
config-5.4 ath79: fix missing watchdog core dependency for hwmon-sch5627 2020-03-15 03:36:16 +01:00
Makefile ath79: add mikrotik subtarget 2020-03-17 11:50:47 +01:00
modules.mk