package/linux: fix custom dts files handling
authorRafal Susz <rafal.susz@gmail.com>
Tue, 13 Mar 2018 18:00:05 +0000 (19:00 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 31 Mar 2018 20:59:47 +0000 (22:59 +0200)
commit54157c6c2d9fba5ad230294ae1c7dfc0032b1ede
treee9b2bf00b8300f626876f0b0997c69191e928aaf
parent6d0316dc7b14f6cd2d44e92c6ab581a6ab385234
package/linux: fix custom dts files handling

Custom dts files are still conditionally copied based on non existing
boolean. So it is currently not possible to use custom dts file(s) at all.

List of dts files is now iterated and files are copied into dedicated kernel arch dir.

Signed-off-by: Rafal Susz <rafal.susz@gmail.com>
Tested-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.mk