diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 12:33:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 12:33:22 +0000 |
commit | 5a694e09c8559cc257e5252cf2ca4af153215e30 (patch) | |
tree | b2e24362c1a8693926f0cd597050e857a945daa3 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | d77418d67e222d0cf4866f6e76e0d4b5dff6e651 (diff) | |
download | mtk-20170518-5a694e09c8559cc257e5252cf2ca4af153215e30.zip mtk-20170518-5a694e09c8559cc257e5252cf2ca4af153215e30.tar.gz mtk-20170518-5a694e09c8559cc257e5252cf2ca4af153215e30.tar.bz2 |
ar71xx: add ALL0305 board alias
For the pure convenience of having a correctly named
image and system name in /proc/cpuinfo , until we can
do that by having system names in DTS...
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33224
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 02cfa35..406d0b1 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -33,6 +33,9 @@ get_status_led() { alfa-nx) status_led="alfa:green:led_8" ;; + all0305) + status_led="eap7660d:green:ds4" + ;; ap136) status_led="ap136:green:status" ;; |