You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
base-files/etc/hotplug.d/ieee80211 ath79: add mikrotik subtarget 4 years ago
dts ath79: add support for AVM FRITZ!WLAN Repeater 450E 4 years ago
files ath79: fix missing return statement in ar934x_nand 4 years ago
generic ath79: add support for AVM FRITZ!WLAN Repeater 450E 4 years ago
image ath79: add support for AVM FRITZ!WLAN Repeater 450E 4 years ago
mikrotik ath79: MikroTik: fix missing nand on kernel 5.4 4 years ago
nand ath79: fix wmac initialization for Zyxel NBG6716 4 years ago
patches-4.19 ath79: add QCA9550 reset sequence 4 years ago
patches-5.4 kernel: fix include of myloader.o since kernel 5.4 4 years ago
tiny ath79: add support for TP-Link TL-MR3420 v3 4 years ago
Makefile ath79: add mikrotik subtarget 4 years ago
config-4.19 ath79: add new ar934x spi driver 4 years ago
config-5.4 ath79: fix missing watchdog core dependency for hwmon-sch5627 4 years ago
modules.mk ath79: add new OF only target for QCA MIPS silicon 6 years ago