Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | branding: add LEDE branding | John Crispin | 2016-03-24 |
| | | | | Signed-off-by: John Crispin <blogic@openwrt.org> | ||
* | base-files: allow timezone to be overriden by zonename (proper zoneinfo support) | John Crispin | 2015-12-23 |
| | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 47980 | ||
* | package/*: remove useless explicit set of function returncode | John Crispin | 2014-08-25 |
| | | | | | | | | | | | | | | | | | | | | | | somebody started to set a function returncode in the validation stuff and everybody copies it, e.g. myfunction() { fire_command return $? } a function automatically returns with the last returncode, so we can safely remove the command 'return $?'. reference: http://tldp.org/LDP/abs/html/exit-status.html "The last command executed in the function or script determines the exit status." Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42278 | ||
* | base-files: split /etc/init.d/boot into 2 files | John Crispin | 2014-02-18 |
this allows us to bind a procd trigger to system.@system[-1] Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39615 |