Thank you for dealing with it.
I try to make an build for the Easybox 904xDSL.
But how can i implement these files or what are the correct paths ?
At the moment i try this:
mkdir -p ./target/linux/lantiq/files-4.14/arch/mips/lantiq
cp -vf "$DOWNLOAD_DIR/irq.c" ./target/linux/lantiq/files-4.14/arch/mips/lantiq/irq.c
mkdir -p ./target/linux/lantiq/files-4.14/arch/mips/kernel
cp -vf "$DOWNLOAD_DIR/smp-mt.c" ./target/linux/lantiq/files-4.14/arch/mips/kernel/smp-mt.c
mkdir -p ./target/linux/lantiq/files-4.14/arch/mips/boot/dts
cp -vf "$DOWNLOAD_DIR/vr9_dtsi.txt" ./target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi
(It will take a while until I'm done and testing)