Trying myself: Take WDR4900 V1 to kernel 4.9

Is this planned for the future?
If not, how do I go about this myself? Can anyone provide detailed pointers?

UPDATE: never mind, after some digging in the linux kernel, it seems removing the corresponding line is the solution.

While I am writing this, the building of the image finished :slight_smile:
More later...


While running make, I get this error:

make[5]: Entering directory '/home/bouwe/LEDE/source/build_dir/target-powerpc_8540_musl/linux-mpc85xx_generic/linux-4.9'
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CALL arch/powerpc/kernel/systbl_chk.sh
CC arch/powerpc/platforms/85xx/tl_wdr4900_v1.o
arch/powerpc/platforms/85xx/tl_wdr4900_v1.c:142:14: error: 'fsl_rstcr_restart' undeclared here (not in a function)
.restart = fsl_rstcr_restart,
^~~~~~~~~~~~~~~~~
scripts/Makefile.build:293: recipe for target 'arch/powerpc/platforms/85xx/tl_wdr4900_v1.o' failed
make[7]: *** [arch/powerpc/platforms/85xx/tl_wdr4900_v1.o] Error 1
scripts/Makefile.build:544: recipe for target 'arch/powerpc/platforms/85xx' failed
make[6]: *** [arch/powerpc/platforms/85xx] Error 2
Makefile:988: recipe for target 'arch/powerpc/platforms' failed
make[5]: *** [arch/powerpc/platforms] Error 2

Can anyone provide help? I have no clue how to solve this.