summaryrefslogtreecommitdiffstats
path: root/config_generation
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.15.2Laura Abbott2018-02-081-2/+2
|
* Fix configsJustin M. Forbes2017-12-061-1/+1
|
* revert change to config_generation for x86 so ./build_config.sh runs againPeter Robinson2017-12-061-1/+1
|
* Linux v4.14.3 rebaseJustin M. Forbes2017-12-041-1/+1
|
* drop ppc64p7 kernel options, not supported in F-26+ and never in dnf (NFC)Peter Robinson2017-10-011-2/+1
|
* Drop armv7 debug directoryLaura Abbott2017-08-161-2/+2
| | | | | | Thanks to some recent config changing, debugconfig/arm/armv7 was removed. Remove this file from config generation as well. It should be added back later if necessary.
* Change method of configuration generationLaura Abbott2016-12-061-0/+37
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.