aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/led.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: fix wrong usage of '==' operatorJohn Crispin2014-10-141-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.shJo-Philipp Wich2012-06-051-1/+1
| | | | SVN-Revision: 32062
* make option name optionalTravis Kemen2008-09-131-1/+1
| | | | SVN-Revision: 12585
* add uci led support - /etc/config/system can hold led info which is applied ↵John Crispin2008-08-041-0/+25
at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system SVN-Revision: 12104