summaryrefslogtreecommitdiffstats
path: root/core/targets/bwlp/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Add sub-target feature: Targets can contain other targetsSimon Rettberg2021-07-071-1/+1
| | | | | | Similar to module-links, you can now have symlinks to other targets in a target, and they will be recursively scanned for modules. Dependencies can be declared across targets.
* [bwlp] add "raw" bwlp targetJonathan Bauer2017-10-091-0/+1
This target should only contain bwlp related modules without other minilinux related modules. This aims to be the minimal set of modules to essentially "bwlehrpoolize" a base linux installation and it meant to be used with the yet to be commited "local install mode"