diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-16 18:00:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-16 18:00:26 +0000 |
commit | a9e99d72eab0c6357b805309ce0614f6c98f2d36 (patch) | |
tree | 90624b7f65134de16f14b223c6b6ee3c34033d5d /target/linux/ar71xx/base-files | |
parent | 029ade3805915bf659dff1652816d71f67d4fdad (diff) | |
download | upstream-a9e99d72eab0c6357b805309ce0614f6c98f2d36.tar.gz upstream-a9e99d72eab0c6357b805309ce0614f6c98f2d36.tar.bz2 upstream-a9e99d72eab0c6357b805309ce0614f6c98f2d36.zip |
ar71xx: change LED name prefix on the jjplus boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30956 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 3d57854afa..9552b8aa3f 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -68,7 +68,7 @@ get_status_led() { status_led="alfa:blue:wps" ;; ja76pf) - status_led="ja76pf:green:led1" + status_led="jjplus:green:led1" ;; ls-sr71) status_led="ubnt:green:d22" |