kernel/configs
Paul Bolle 926fa54ae1 configs: correctly terminate loop
The switch_to_toplevel() function in process_configs.sh contains a buggy
loop. It tests whether $path is empty but should test whether $path
equals "/". (It repeatedly calls dirname on pwd's output, and since pwd
will return an absolute path this will, eventually, return "/" forever.)
So let's test for "/" here.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-06 10:26:25 -04:00
..
fedora disable sunxi crypto as it's currently broken 2019-05-03 20:33:58 +01:00
build_configs.sh Drop PPC64 (Big Endian) configs 2018-08-15 21:29:12 +01:00
config_generation configs: only visit generic/powerpc once 2019-05-01 13:58:11 +00:00
merge.pl Change method of configuration generation 2016-12-06 12:07:10 -08:00
process_configs.sh configs: correctly terminate loop 2019-05-06 10:26:25 -04:00