aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image/xway_legacy.mk
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: use soc_vendor_device scheme on DTS fileAdrian Schmutzler2019-12-221-5/+5
| | | | | | | | | | | | This renames lantiq DTS(I) files to follow soc_vendor_device scheme. This will make DTS files easier to maintain. As a side effect, DTS file name can be derived from device node names now, only having to specify a SOC variable in Makefiles. While at it, move files to arch/mips/boot/dts/lantiq subfolder. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* lantiq: split device definitions into filesAdrian Schmutzler2019-12-221-0/+77
This splits device definitions into several *.mk files to increase overview. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>