diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2012-09-06 18:15:26 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2012-09-06 18:15:26 +0000 |
commit | c3b7139ab229bba6f0368b5e8152fb6cf8aec008 (patch) | |
tree | 3fe8b0d363ce382759618ddd1fdd481462965db5 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 31e063d212a4b5ee910041c072a5b611eec31578 (diff) | |
download | upstream-c3b7139ab229bba6f0368b5e8152fb6cf8aec008.tar.gz upstream-c3b7139ab229bba6f0368b5e8152fb6cf8aec008.tar.bz2 upstream-c3b7139ab229bba6f0368b5e8152fb6cf8aec008.zip |
dir825b1: Add image for DIR-825-B1 that uses the whole flash (must first be flashed with the 'standard' image) and an image to revert the change to allow reversion to stock firmware.
SVN-Revision: 33326
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 420d690245..570bdcb845 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -64,7 +64,9 @@ get_status_led() { dir-615-c1) status_led="d-link:green:status" ;; - dir-825-b1) + dir-825-b1 |\ + dir-825-b1-openwrt |\ + dir-825-b1-stock) status_led="d-link:orange:power" ;; eap7660d) |