Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lantiq: make dts files and kernel config kernel version specific | Mathias Kresin | 2018-02-20 | 1 | -37/+0 |
| | | | | | | | | | | Move the devicetree source files to a kernel specific directory in preparation of adding kernel 4.14 support. Rename the subtarget kernel config files to match a specific kernel version. Signed-off-by: Mathias Kresin <dev@kresin.me> | ||||
* | lantiq: select PCI support in subtargets | Mathias Kresin | 2017-10-04 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | AmazonSE and Falcon do not have support for PCI and it can't be unselected in the subtarget kernel config. This way the enabled PCI support is inherit from the higher level config to the subtarget. If CONFIG_PCI is selected, PCI_SUPPORT will be autoselected as well and all packages depending on this config symbol will be build and at least some of them fail due to missing pci functions. The issue can be observed if all kmods and all non-shared packages are build. Fix the issue by enabling PCI support only in subtargets with PCI support. Signed-off-by: Mathias Kresin <dev@kresin.me> | ||||
* | lantiq: add xway_legacy target | John Crispin | 2016-06-13 | 1 | -0/+29 |
due to bloat recent builds fail to fit into the flash of the old danube units Signed-off-by: John Crispin <john@phrozen.org> |