STARTLEVEL of packages

List of packages which do not use the default STARTLEVEL 99.


To generate this:

grep STARTLEVEL make/*/*.mk | sed -rn 's/.*\/(.*)\.mk:\$\(PKG\)_STARTLEVEL=([0-9]*) *(.*)/    - \2: \1\3/p' | sort | sed -r 's/# (.*)/\t\t (\1)/g'