summaryrefslogtreecommitdiff
path: root/kernel-config.awk
Commit message (Expand)AuthorAgeFilesLines
* - build prefered arch list from space separated list of archssparky2012-06-241-6/+4
* - remember where each option was definedsparky2012-06-241-0/+11
* - fixed bug where script was using value from last optionsparky2012-06-241-0/+1
* - check for garbage linessparky2012-06-241-0/+6
* - allow \" in stringssparky2012-06-241-8/+8
* - allow basearch and specific archsparky2012-06-241-6/+12
* - die if there are duplicated options in the same filesparky2012-06-241-20/+30
* - handle string options with white spaces inside, \" not supported yetsparky2012-06-241-17/+32
* - check value correctness and exit with non zero if any errorsparky2012-06-241-3/+20
* - rewritten and simplified, now it allows any combination of normalsparky2012-06-241-54/+64
* - kernel-config.py replacement written in awksparky2012-06-241-0/+104