From 0aefa67f4322757fcb4710d7b0f296f15d02dcdb Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Jun 2015 20:24:20 +0000 Subject: ar71xx: add support for compex wpj531 tftpboot 0x80500000 openwrt-ar71xx-generic-wpj531-16M-squashfs-sysupgrade.bin erase 0x9f030000 +$filesize erase 0x9f680000 +1 cp.b $fileaddr 0x9f030000 $filesize Signed-off-by: Christian Mehlis Backport of r46045 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/diag.sh') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index f6e4a875fc..4bdb53db93 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -311,6 +311,9 @@ get_status_led() { wpj344) status_led="wpj344:green:status" ;; + wpj531) + status_led="wpj531:green:sig3" + ;; wpj558) status_led="wpj558:green:sig3" ;; -- cgit v1.2.3