diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-18 14:30:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-18 14:30:57 +0000 |
commit | 2b115509384a525e6dd16d0e0ad38447876c8dd3 (patch) | |
tree | f6721f6b8faeb57c0c40c95e4e434044a0135ac5 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 06276fdcf62b9ffe32e29bff5d96be659eb5ca10 (diff) | |
download | master-187ad058-2b115509384a525e6dd16d0e0ad38447876c8dd3.tar.gz master-187ad058-2b115509384a525e6dd16d0e0ad38447876c8dd3.tar.bz2 master-187ad058-2b115509384a525e6dd16d0e0ad38447876c8dd3.zip |
ar71xx: revert DIR-825-B1 wholeflash image support.
It should be implemmented in a cleaner way.
This reverts the following commits:
[ar71xx] dir-825-b1: Fix wholeflash images
[ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33459 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 52176a8579..420d690245 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -64,10 +64,7 @@ get_status_led() { dir-615-c1) status_led="d-link:green:status" ;; - dir-825-b1 |\ - dir-825-b1-towholeflash |\ - dir-825-b1-wholeflash |\ - dir-825-b1-stock) + dir-825-b1) status_led="d-link:orange:power" ;; eap7660d) |