summaryrefslogtreecommitdiffstats
path: root/build_configs.sh
Commit message (Collapse)AuthorAgeFilesLines
* configs: Create symlinks to used scriptsDon Zickus2017-11-131-89/+1
| | | | | | | | | As part of the config re-organization, put the scripts needed to create the config files in the configs/ directory. At the top level create symlinks for those scripts. This allows the kernel.spec file to find the scripts it needs and work correctly. No code changes.
* drop ppc64p7 kernel options, not supported in F-26+ and never in dnf (NFC)Peter Robinson2017-10-011-2/+0
|
* Change method of configuration generationLaura Abbott2016-12-061-0/+91
The existing method of managing configuration files gets unweildy. Changing individual lines in text files gets difficult without manual organization. Switch to a method of configuration generation that's inspired from the method used inside Red Hat. Each configuration option gets its own file which are then combined to form the configuration files. This makes confirming what's actually enabled much easier.