Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: fix wrong usage of '==' operator | John Crispin | 2014-10-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | [base-files] shell-scripting: fix wrong usage of '==' operator normally the '==' is used for invoking a regex parser and is a bashism. all of the fixes just want to compare a string. the used busybox-ash will silently "ignore" this mistake, but make it portable/clean at least. this patch does not change the behavior/logic of the scripts. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42911 | ||||
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 32062 | ||||
* | make option name optional | Travis Kemen | 2008-09-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 12585 | ||||
* | add uci led support - /etc/config/system can hold led info which is applied ↵ | John Crispin | 2008-08-04 | 1 | -0/+25 |
at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system SVN-Revision: 12104 |