summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_DPM_WATCHDOG revisit this in debug
Commit message (Collapse)AuthorAgeFilesLines
* Fix misnamed CONFIG filesDon Zickus2018-01-251-1/+0
| | | | | | | | | | | A couple of CONFIG file names were misnamed during their creation. Fix them up. configs/fedora/generic/CONFIG_DEBUG_VM_RB revisit this if performance isn't horrible -> configs/fedora/generic/CONFIG_DEBUG_VM_RB and configs/fedora/generic/CONFIG_DPM_WATCHDOG revisit this in debug -> configs/fedora/generic/CONFIG_DPM_WATCHDOG
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-051-0/+1
It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.