Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | treewide: drop shebang from non-executable lib files | Adrian Schmutzler | 2021-01-29 |
| | | | | | | | | | | | | This drops the shebang from another bunch of files in various /lib folders, as these are sourced and the shebang is useless. Fix execute bit in one case, too. This should cover almost all trivial cases now, i.e. where /lib is actually used for library files. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||
* | base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused ↵ | Daniel Dickinson | 2011-07-07 |
errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit SVN-Revision: 27501 |